]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
md/raid1: remove unused bio in sync_request_write
authorGuoqing Jiang <gqjiang@suse.com>
Thu, 15 Jun 2017 09:00:25 +0000 (17:00 +0800)
committerShaohua Li <shli@fb.com>
Fri, 16 Jun 2017 19:04:09 +0000 (12:04 -0700)
commit037d2ff62cbfd3adf634553fbc25c9af7c25a702
tree2218be2af6652cdf82f2995894e6034d1f18d20a
parent1cdd1257949c85c5ddff8313fe3b1e39c5bee8b8
md/raid1: remove unused bio in sync_request_write

The "bio" is not used in sync_request_write after commit a68e58703575
("md/raid1: split out two sub-functions from sync_request_write").

Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/raid1.c