提交 934b25c5 编写于 作者: A Al Viro

[PATCH] remove unused label in xattr.c (noise from ro-bind)

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 94bc891b
......@@ -307,7 +307,6 @@ sys_fsetxattr(int fd, char __user *name, void __user *value,
error = setxattr(dentry, name, value, size, flags);
mnt_drop_write(f->f_path.mnt);
}
out_fput:
fput(f);
return error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册