diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-20 17:22:41 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-20 17:22:41 -0400 |
commit | 4e51336a00bdcb42960acca52c23e90e9f4e6959 (patch) | |
tree | 87d619bcd796a0c272abe2499bcc56bc3eda30b4 /fs/nfs/nfs4_fs.h | |
parent | a0857d03b21fa54653c9d2fe7a315381176015b4 (diff) |
NFSv4: Final tweak to sequence id
Sacrifice queueing fairness for performance.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 45bff1d1a513..5c0dd26d0985 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -110,8 +110,8 @@ struct nfs_seqid_counter { | |||
110 | }; | 110 | }; |
111 | 111 | ||
112 | struct nfs_seqid { | 112 | struct nfs_seqid { |
113 | struct list_head list; | ||
114 | struct nfs_seqid_counter *sequence; | 113 | struct nfs_seqid_counter *sequence; |
114 | struct list_head list; | ||
115 | }; | 115 | }; |
116 | 116 | ||
117 | static inline void nfs_confirm_seqid(struct nfs_seqid_counter *seqid, int status) | 117 | static inline void nfs_confirm_seqid(struct nfs_seqid_counter *seqid, int status) |