diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2012-05-21 22:45:08 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-22 16:45:45 -0400 |
commit | ce1c8fc12d99386737953dfeb7b531dfa3d18e5e (patch) | |
tree | 9db622f4689d504cb4dac6e08be48b893c6bc5a3 /fs/nfs/nfs4_fs.h | |
parent | 177313f1498dd66b551dccadc98331b3fc3b09a4 (diff) | |
download | op-kernel-dev-ce1c8fc12d99386737953dfeb7b531dfa3d18e5e.zip op-kernel-dev-ce1c8fc12d99386737953dfeb7b531dfa3d18e5e.tar.gz |
NFS: Remove nfs_unique_id
Clean up: this structure is unused.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index b14bcc3..1526fdf 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -52,11 +52,6 @@ struct nfs4_minor_version_ops { const struct nfs4_state_maintenance_ops *state_renewal_ops; }; -struct nfs_unique_id { - struct rb_node rb_node; - __u64 id; -}; - #define NFS_SEQID_CONFIRMED 1 struct nfs_seqid_counter { ktime_t create_time; |