diff options
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) |