mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-07 12:00:38 +00:00
[PATCH] remove unused label in xattr.c (noise from ro-bind)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
94bc891b00
commit
934b25c597
@ -307,7 +307,6 @@ sys_fsetxattr(int fd, char __user *name, void __user *value,
|
|||||||
error = setxattr(dentry, name, value, size, flags);
|
error = setxattr(dentry, name, value, size, flags);
|
||||||
mnt_drop_write(f->f_path.mnt);
|
mnt_drop_write(f->f_path.mnt);
|
||||||
}
|
}
|
||||||
out_fput:
|
|
||||||
fput(f);
|
fput(f);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user