]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
md/raid10: Refactor raid10_make_request
authorRobert LeBlanc <robert@leblancnet.us>
Mon, 5 Dec 2016 20:02:58 +0000 (13:02 -0700)
committerShaohua Li <shli@fb.com>
Tue, 3 Jan 2017 16:56:52 +0000 (08:56 -0800)
commitbb5f1ed70bc3bbbce510907da3432dab267ff508
tree82fc6fc28ca0d4a8eecb85ab6e84309416f894e1
parent3b046a97cbd35a73e1eef968dbfb1a0aac745a77
md/raid10: Refactor raid10_make_request

Refactor raid10_make_request into seperate read and write functions to
clean up the code.

Shaohua: add the recovery check back to read path

Signed-off-by: Robert LeBlanc <robert@leblancnet.us>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/raid10.c