Files
android_kernel_xiaomi_sm8450/drivers/md
NeilBrown 52a0d49de3 md: don't call bitmap_create() while array is quiesced.
bitmap_create() allocates memory with GFP_KERNEL and
so can wait for IO.
If called while the array is quiesced, it could wait indefinitely
for write out to the array - deadlock.
So call bitmap_create() before quiescing the array.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
2017-11-01 21:32:18 -07:00
..
2016-11-01 09:43:26 -06:00
2017-05-08 17:15:12 -07:00
2017-08-28 11:47:18 -04:00
2017-06-09 09:27:32 -06:00
2017-06-09 09:27:32 -06:00
2017-09-27 20:07:40 -07:00
2015-08-13 12:31:57 -06:00