Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f95517 authored by Fabian Frederick's avatar Fabian Frederick Committed by Al Viro
Browse files

fs/ufs: restore s_lock mutex_init()



Add last missing line in commit "cdd9eefd"
("fs/ufs: restore s_lock mutex")

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 70d45cdb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -801,6 +801,7 @@ static int ufs_fill_super(struct super_block *sb, void *data, int silent)
	UFSD("flag %u\n", (int)(sb->s_flags & MS_RDONLY));
	
	mutex_init(&sbi->mutex);
	mutex_init(&sbi->s_lock);
	spin_lock_init(&sbi->work_lock);
	INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs);
	/*