diff options
Diffstat (limited to 'drivers/md/bitmap.c')
| -rw-r--r-- | drivers/md/bitmap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index 15dbe03117e..94e7f6ba2e1 100644 --- a/drivers/md/bitmap.c +++ b/drivers/md/bitmap.c @@ -1305,7 +1305,7 @@ int bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sect  			prepare_to_wait(&bitmap->overflow_wait, &__wait,  					TASK_UNINTERRUPTIBLE);  			spin_unlock_irq(&bitmap->counts.lock); -			io_schedule(); +			schedule();  			finish_wait(&bitmap->overflow_wait, &__wait);  			continue;  		}  |