diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 9eaec22aa088..b357c2700d72 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -3514,7 +3514,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) | |||
3514 | percpu_counter_set(&sbi->s_dirtyblocks_counter, 0); | 3514 | percpu_counter_set(&sbi->s_dirtyblocks_counter, 0); |
3515 | 3515 | ||
3516 | no_journal: | 3516 | no_journal: |
3517 | EXT4_SB(sb)->dio_unwritten_wq = create_workqueue("ext4-dio-unwritten"); | 3517 | EXT4_SB(sb)->dio_unwritten_wq = create_singlethread_workqueue("ext4-dio-unwritten"); |
3518 | if (!EXT4_SB(sb)->dio_unwritten_wq) { | 3518 | if (!EXT4_SB(sb)->dio_unwritten_wq) { |
3519 | printk(KERN_ERR "EXT4-fs: failed to create DIO workqueue\n"); | 3519 | printk(KERN_ERR "EXT4-fs: failed to create DIO workqueue\n"); |
3520 | goto failed_mount_wq; | 3520 | goto failed_mount_wq; |