pNFS/flexfiles: Remove unused struct members user_name, group_name
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 23 Jun 2015 11:51:58 +0000 (19:51 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 24 Jun 2015 14:17:37 +0000 (10:17 -0400)
Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/flexfilelayout/flexfilelayout.h

index 070f204..275e4b7 100644 (file)
@@ -48,8 +48,6 @@ struct nfs4_ff_layout_mirror {
        u32                             fh_versions_cnt;
        struct nfs_fh                   *fh_versions;
        nfs4_stateid                    stateid;
-       struct nfs4_string              user_name;
-       struct nfs4_string              group_name;
        u32                             uid;
        u32                             gid;
        struct rpc_cred                 *cred;