Skip to content

Commit

Permalink
[PATCH] remove unused label in xattr.c (noise from ro-bind)
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Apr 23, 2008
1 parent 94bc891 commit 934b25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 934b25c

Please sign in to comment.