Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
[linux-block.git] / include / linux / fs_struct.h
index cf1015abfbf238082c89ae99650bea83c3fb290f..783b48dedb723f159a822cd8debcd533d713457f 100644 (file)
@@ -9,7 +9,7 @@
 struct fs_struct {
        int users;
        spinlock_t lock;
-       seqcount_t seq;
+       seqcount_spinlock_t seq;
        int umask;
        int in_exec;
        struct path root, pwd;