提交 e50fb58b 编写于 作者: D Dan Carpenter 提交者: Christoph Hellwig

hfsplus: fix double lock typo in ioctl

This was supposed to be a mutex_unlock() instead of a mutex_lock().
Signed-off-by: NDan Carpenter <error27@gmail.com>
Signed-off-by: NChristoph Hellwig <hch@tuxera.com>
上级 35da7a30
......@@ -92,7 +92,7 @@ static int hfsplus_ioctl_setflags(struct file *file, int __user *user_flags)
mark_inode_dirty(inode);
out_unlock_inode:
mutex_lock(&inode->i_mutex);
mutex_unlock(&inode->i_mutex);
out_drop_write:
mnt_drop_write(file->f_path.mnt);
out:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册