Commit 27797d1b authored by Trond Myklebust's avatar Trond Myklebust

pNFS/flexfiles: Remove unused struct members user_name, group_name

Reviewed-by: default avatarJeff Layton <jeff.layton@primarydata.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 8733408d
...@@ -48,8 +48,6 @@ struct nfs4_ff_layout_mirror { ...@@ -48,8 +48,6 @@ struct nfs4_ff_layout_mirror {
u32 fh_versions_cnt; u32 fh_versions_cnt;
struct nfs_fh *fh_versions; struct nfs_fh *fh_versions;
nfs4_stateid stateid; nfs4_stateid stateid;
struct nfs4_string user_name;
struct nfs4_string group_name;
u32 uid; u32 uid;
u32 gid; u32 gid;
struct rpc_cred *cred; struct rpc_cred *cred;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment