diff options
author | Trond Myklebust | 2015-02-14 03:40:27 +0100 |
---|---|---|
committer | Trond Myklebust | 2015-02-14 03:40:27 +0100 |
commit | bf40e5561fd288a505d5d8d8bf45eef96fe7253d (patch) | |
tree | aeb831222e3b269fda84a31f7f0fbefabcdcaa90 /include/linux/nfs_fs.h | |
parent | NFS: struct nfs_commit_info.lock must always point to inode->i_lock (diff) | |
download | kernel-qcow2-linux-bf40e5561fd288a505d5d8d8bf45eef96fe7253d.tar.gz kernel-qcow2-linux-bf40e5561fd288a505d5d8d8bf45eef96fe7253d.tar.xz kernel-qcow2-linux-bf40e5561fd288a505d5d8d8bf45eef96fe7253d.zip |
NFSv4: Kill unused nfs_inode->delegation_state field
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 6d627b92df53..2f77e0c651c8 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -180,7 +180,6 @@ struct nfs_inode { /* NFSv4 state */ struct list_head open_states; struct nfs_delegation __rcu *delegation; - fmode_t delegation_state; struct rw_semaphore rwsem; /* pNFS layout information */ |