commit | 828cbe989e4f5c8666cb3d99918b03666ccde0a0 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Wed Sep 02 13:49:49 2015 -0700 |
committer | NeilBrown <neilb@suse.com> | Sun Nov 01 13:48:26 2015 +1100 |
tree | d0a2523905dbada0b75104e22e6b8d93fec77a78 | |
parent | 509ffec7089d10521ac91d4537b789d76103b4c0 [diff] |
raid5-cache: optimize FLUSH IO with log enabled With log enabled, bio is written to raid disks after the bio is settled down in log disk. The recovery guarantees we can recovery the bio data from log disk, so we we skip FLUSH IO. Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: NeilBrown <neilb@suse.com>