commit | 23b245c04d0ef408087430dd4d1b214a5da1eb78 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Wed May 10 08:47:11 2017 -0700 |
committer | Shaohua Li <shli@fb.com> | Thu May 11 15:32:17 2017 -0700 |
tree | 229ffbbf1bb96ef604d59c4af9ed28d062c1d566 | |
parent | bb3338d3474e0329918fda9dae2c52751731eb58 [diff] |
md/raid1/10: avoid unnecessary locking If we add bios to block plugging list, locking is unnecessry, since the block unplug is guaranteed not to run at that time. Reviewed-by: NeilBrown <neilb@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>