ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.h
[firefly-linux-kernel-4.4.55.git] / include / linux / fs_struct.h
index a42b5bf02f8bcfec3ea20ecef765df3f4d690250..003dc0fd73473a8e03cb23a163d7ae2ee547fa93 100644 (file)
@@ -2,10 +2,13 @@
 #define _LINUX_FS_STRUCT_H
 
 #include <linux/path.h>
+#include <linux/spinlock.h>
+#include <linux/seqlock.h>
 
 struct fs_struct {
        int users;
        spinlock_t lock;
+       seqcount_t seq;
        int umask;
        int in_exec;
        struct path root, pwd;