提交 a127e2d5 编写于 作者: K Kautuk Consul 提交者: Jiri Kosina

namespace: mnt_want_write: Remove unused label 'out'

I was studying the code and I saw that the out label is not being used
at all so I removed it and its usage from the function.
Signed-off-by: NKautuk Consul <consul.kautuk@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 435a95c5
......@@ -352,9 +352,7 @@ int mnt_want_write(struct vfsmount *mnt)
if (__mnt_is_readonly(mnt)) {
mnt_dec_writers(mnt);
ret = -EROFS;
goto out;
}
out:
preempt_enable();
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册