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 | |
parent | 177313f1498dd66b551dccadc98331b3fc3b09a4 (diff) |
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>
-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 b14bcc3c132d..1526fdf47c4c 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -52,11 +52,6 @@ struct nfs4_minor_version_ops { | |||
52 | const struct nfs4_state_maintenance_ops *state_renewal_ops; | 52 | const struct nfs4_state_maintenance_ops *state_renewal_ops; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | struct nfs_unique_id { | ||
56 | struct rb_node rb_node; | ||
57 | __u64 id; | ||
58 | }; | ||
59 | |||
60 | #define NFS_SEQID_CONFIRMED 1 | 55 | #define NFS_SEQID_CONFIRMED 1 |
61 | struct nfs_seqid_counter { | 56 | struct nfs_seqid_counter { |
62 | ktime_t create_time; | 57 | ktime_t create_time; |