commit | 4e51336a00bdcb42960acca52c23e90e9f4e6959 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Oct 20 14:22:41 2005 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Oct 20 14:22:41 2005 -0700 |
tree | 87d619bcd796a0c272abe2499bcc56bc3eda30b4 | |
parent | a0857d03b21fa54653c9d2fe7a315381176015b4 [diff] [blame] |
NFSv4: Final tweak to sequence id Sacrifice queueing fairness for performance. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 45bff1d..5c0dd26 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h
@@ -110,8 +110,8 @@ }; struct nfs_seqid { - struct list_head list; struct nfs_seqid_counter *sequence; + struct list_head list; }; static inline void nfs_confirm_seqid(struct nfs_seqid_counter *seqid, int status)