瀏覽代碼

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 17 年之前
父節點
當前提交
934b25c597
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/xattr.c

+ 0 - 1
fs/xattr.c

@@ -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;
 }
 }