]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md/raid5: separate out the easy conditions in need_this_block.
authorNeilBrown <neilb@suse.de>
Mon, 2 Feb 2015 00:37:59 +0000 (11:37 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 3 Feb 2015 21:35:51 +0000 (08:35 +1100)
commita79cfe12c619aa0fc401f9148d78faa6fc61a331
tree410e107609844f859472329c0c33e0a24178a90d
parent2c58f06e6fe23905c4c586191bef0acc51536a9d
md/raid5: separate out the easy conditions in need_this_block.

Some of the conditions in need_this_block have very straight
forward motivation.  Separate those out and document them.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid5.c