Merge branch 'master'
[firefly-linux-kernel-4.4.55.git] / include / linux / fs.h
index e059da9470076a7af7a2a68e76bd29605369e75a..56e01fb7ecda9e63d5c21b5ea63b9f4f47b781c8 100644 (file)
@@ -1298,6 +1298,9 @@ extern struct subsystem fs_subsys;
 #define FLOCK_VERIFY_READ  1
 #define FLOCK_VERIFY_WRITE 2
 
+/* /sys/fs */
+extern struct subsystem fs_subsys;
+
 extern int locks_mandatory_locked(struct inode *);
 extern int locks_mandatory_area(int, struct inode *, struct file *, loff_t, size_t);