aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-06-23 07:51:58 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-06-24 10:17:37 -0400
commit27797d1bb36bf9e21fa14094f23ab785b442bd76 (patch)
tree1fe77da012048af7cf51f0d6b3c21d5011663102
parent8733408d6ed713d080c325262d7b51a780136d41 (diff)
pNFS/flexfiles: Remove unused struct members user_name, group_name
Reviewed-by: Jeff Layton <jeff.layton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
-rw-r--r--fs/nfs/flexfilelayout/flexfilelayout.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.h b/fs/nfs/flexfilelayout/flexfilelayout.h
index 070f20445b2d..275e4b735247 100644
--- a/fs/nfs/flexfilelayout/flexfilelayout.h
+++ b/fs/nfs/flexfilelayout/flexfilelayout.h
@@ -48,8 +48,6 @@ struct nfs4_ff_layout_mirror {
48 u32 fh_versions_cnt; 48 u32 fh_versions_cnt;
49 struct nfs_fh *fh_versions; 49 struct nfs_fh *fh_versions;
50 nfs4_stateid stateid; 50 nfs4_stateid stateid;
51 struct nfs4_string user_name;
52 struct nfs4_string group_name;
53 u32 uid; 51 u32 uid;
54 u32 gid; 52 u32 gid;
55 struct rpc_cred *cred; 53 struct rpc_cred *cred;