llists: move llist_reverse_order from raid5 to llist.c
authorChristoph Hellwig <[email protected]>
Thu, 14 Nov 2013 22:32:11 +0000 (14:32 -0800)
committerLinus Torvalds <[email protected]>
Fri, 15 Nov 2013 00:32:22 +0000 (09:32 +0900)
commitb89241e8cdb8321c20546d47645a9b65b58113b5
treede330bd740b3f7e24f834df48b3db47dc1c75889
parentca5ecd64c2cdbcd316d789467147e732746f39fa
llists: move llist_reverse_order from raid5 to llist.c

Make this useful helper available for other users.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/md/raid5.c
include/linux/llist.h
lib/llist.c