diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-14 05:40:27 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-14 05:40:27 +0300 |
commit | bf40e5561fd288a505d5d8d8bf45eef96fe7253d (patch) | |
tree | aeb831222e3b269fda84a31f7f0fbefabcdcaa90 /fs/nfs/inode.c | |
parent | f4086a3d789dbe18949862276d83b8f49fce6d2f (diff) | |
download | linux-bf40e5561fd288a505d5d8d8bf45eef96fe7253d.tar.xz |
NFSv4: Kill unused nfs_inode->delegation_state field
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index d2398c193bda..e211f975a69a 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -1776,7 +1776,6 @@ static inline void nfs4_init_once(struct nfs_inode *nfsi) #if IS_ENABLED(CONFIG_NFS_V4) INIT_LIST_HEAD(&nfsi->open_states); nfsi->delegation = NULL; - nfsi->delegation_state = 0; init_rwsem(&nfsi->rwsem); nfsi->layout = NULL; #endif |