Merge branch 'master' into gfs2
[linux-flexiantxendom0-3.2.10.git] / include / linux / fs.h
index 555bc19..4e93bf9 100644 (file)
@@ -1376,6 +1376,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);