diff options
Diffstat (limited to 'fs/sysv/super.c')
| -rw-r--r-- | fs/sysv/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysv/super.c b/fs/sysv/super.c index 7491c33b646..a38e87bdd78 100644 --- a/fs/sysv/super.c +++ b/fs/sysv/super.c @@ -368,6 +368,7 @@ static int sysv_fill_super(struct super_block *sb, void *data, int silent)  	sbi->s_sb = sb;  	sbi->s_block_base = 0; +	mutex_init(&sbi->s_lock);  	sb->s_fs_info = sbi;  	sb_set_blocksize(sb, BLOCK_SIZE);  |