Commit 9b19553e0bd342957846037c996861d280ed694d
1 parent
be2a2656ee
Exists in
master
and in
7 other branches
md/raid1: discard unused variable.
This structure field (flushing_bio_list) is never used, so remove it. Signed-off-by: NeilBrown <neilb@suse.de>
Showing 2 changed files with 0 additions and 3 deletions Side-by-side Diff
drivers/md/raid1.c
drivers/md/raid1.h
... | ... | @@ -35,8 +35,6 @@ |
35 | 35 | struct list_head retry_list; |
36 | 36 | /* queue pending writes and submit them on unplug */ |
37 | 37 | struct bio_list pending_bio_list; |
38 | - /* queue of writes that have been unplugged */ | |
39 | - struct bio_list flushing_bio_list; | |
40 | 38 | |
41 | 39 | /* for use when syncing mirrors: */ |
42 | 40 |