Skip to content

Commit

Permalink
NFS: Remove nfs_unique_id
Browse files Browse the repository at this point in the history
Clean up:  this structure is unused.

Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
chucklever authored and Trond Myklebust committed May 22, 2012
1 parent 177313f commit ce1c8fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fs/nfs/nfs4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce1c8fc

Please sign in to comment.