NFS: Remove the label from the nfs4_lookup_res struct
[linux-2.6-microblaze.git] / include / linux / nfs_xdr.h
index d55bf3f..95219d5 100644 (file)
@@ -1095,7 +1095,6 @@ struct nfs4_lookup_res {
        const struct nfs_server *       server;
        struct nfs_fattr *              fattr;
        struct nfs_fh *                 fh;
-       struct nfs4_label               *label;
 };
 
 struct nfs4_lookupp_arg {
@@ -1740,8 +1739,7 @@ struct nfs_rpc_ops {
        int     (*setattr) (struct dentry *, struct nfs_fattr *,
                            struct iattr *);
        int     (*lookup)  (struct inode *, struct dentry *,
-                           struct nfs_fh *, struct nfs_fattr *,
-                           struct nfs4_label *);
+                           struct nfs_fh *, struct nfs_fattr *);
        int     (*lookupp) (struct inode *, struct nfs_fh *,
                            struct nfs_fattr *, struct nfs4_label *);
        int     (*access)  (struct inode *, struct nfs_access_entry *);