mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
NFS: Remove the nfs4_label from the nfs4_create_res struct
Instead, use the label embedded in the attached fattr. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
committed by
Trond Myklebust
parent
b1db9a401d
commit
68be1742c2
@@ -1040,7 +1040,6 @@ struct nfs4_create_res {
|
||||
const struct nfs_server * server;
|
||||
struct nfs_fh * fh;
|
||||
struct nfs_fattr * fattr;
|
||||
struct nfs4_label *label;
|
||||
struct nfs4_change_info dir_cinfo;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user