sysfs: Fixed a trailing white space error
[deliverable/linux.git] / fs / sysfs / mount.c
index 71eb7e2539274a5cacd1fe61ba0bca46db8381b4..8d924b5ec733450e37599c8338ab69ea3b15027f 100644 (file)
@@ -10,7 +10,7 @@
  * Please see Documentation/filesystems/sysfs.txt for more information.
  */
 
-#define DEBUG 
+#define DEBUG
 
 #include <linux/fs.h>
 #include <linux/mount.h>
@@ -149,6 +149,7 @@ static struct file_system_type sysfs_fs_type = {
        .name           = "sysfs",
        .mount          = sysfs_mount,
        .kill_sb        = sysfs_kill_sb,
+       .fs_flags       = FS_USERNS_MOUNT,
 };
 
 int __init sysfs_init(void)
This page took 0.028885 seconds and 5 git commands to generate.