diff options
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2021-10-22 13:11:03 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2021-11-05 14:54:39 -0400 |
commit | aa7ca3b2de190675543d84adaa1ff74e7867c76f (patch) | |
tree | a4673ed30710ba590677583de0eb70d80957dabf /include/linux/nfs_xdr.h | |
parent | 68be1742c22983558f0f148a4467eb9127d56b86 (diff) | |
download | lwn-aa7ca3b2de190675543d84adaa1ff74e7867c76f.tar.gz lwn-aa7ca3b2de190675543d84adaa1ff74e7867c76f.zip |
NFS: Remove the nfs4_label from the nfs4_link_res struct
Again, use the fattr's label field instead.
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 5aba81b74c98..d55bf3fd5167 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1079,7 +1079,6 @@ struct nfs4_link_res { struct nfs4_sequence_res seq_res; const struct nfs_server * server; struct nfs_fattr * fattr; - struct nfs4_label *label; struct nfs4_change_info cinfo; struct nfs_fattr * dir_attr; }; |