kernel/fs/nfs/nfs4_fs.h
.. .. @@ -114,7 +114,7 @@ 114 114 unsigned long so_flags; 115 115 struct list_head so_states; 116 116 struct nfs_seqid_counter so_seqid; 117 - seqcount_t so_reclaim_seqcount;117 + seqlock_t so_reclaim_seqlock;118 118 struct mutex so_delegreturn_mutex; 119 119 }; 120 120