NFS: Remove the nfs4_label from the nfs4_getattr_res
[sfrench/cifs-2.6.git] / fs / nfs / dir.c
index 8a327971d4858dc0424f2ec09bdd59b091b14cb0..aa95a898ad0fec753254bee76cd6cfcdb1ba833b 100644 (file)
@@ -2056,7 +2056,7 @@ nfs_add_or_obtain(struct dentry *dentry, struct nfs_fh *fhandle,
        if (!(fattr->valid & NFS_ATTR_FATTR)) {
                struct nfs_server *server = NFS_SB(dentry->d_sb);
                error = server->nfs_client->rpc_ops->getattr(server, fhandle,
-                               fattr, NULL, NULL);
+                               fattr, NULL);
                if (error < 0)
                        goto out_error;
        }