md/raid5: Don't reinvent the wheel but use existing llist API
authorByungchul Park <byungchul.park@lge.com>
Tue, 14 Feb 2017 07:26:24 +0000 (16:26 +0900)
committerShaohua Li <shli@fb.com>
Thu, 16 Feb 2017 22:49:05 +0000 (14:49 -0800)
commiteae8263fb1f4256460270dd8f42334604dcdfac6
treefbf48e0c68d190e8480ccf07c1b6ef919d745cad
parentd7a1030839d35c04a620e841f406b9b2a8600041
md/raid5: Don't reinvent the wheel but use existing llist API

Although llist provides proper APIs, they are not used. Make them used.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/raid5.c