]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
raid5-cache: move functionality out of __r5l_set_io_unit_state
authorChristoph Hellwig <hch@lst.de>
Wed, 2 Sep 2015 20:49:48 +0000 (13:49 -0700)
committerNeilBrown <neilb@suse.com>
Sun, 1 Nov 2015 02:48:26 +0000 (13:48 +1100)
commit509ffec7089d10521ac91d4537b789d76103b4c0
tree1741b7b688dd3bf6bb754936449f979214429aed
parent0fd22b45b2d2e1de162d6a47327d449e0ed45ad2
raid5-cache: move functionality out of __r5l_set_io_unit_state

Just keep __r5l_set_io_unit_state as a small set the state wrapper, and
remove r5l_set_io_unit_state entirely after moving the real
functionality to the two callers that need it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: NeilBrown <neilb@suse.com>
drivers/md/raid5-cache.c