diff --git a/[refs] b/[refs] index fb380cd08426..ac38eb6d50ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2897a563a55442379e5e59ec68c229a7f27fb7c6 +refs/heads/master: c56d8a7362665d165ba992b6b7a8d6c13a26eafc diff --git a/trunk/fs/sysfs/mount.c b/trunk/fs/sysfs/mount.c index e34f0d99ea4e..140f26a34288 100644 --- a/trunk/fs/sysfs/mount.c +++ b/trunk/fs/sysfs/mount.c @@ -36,7 +36,7 @@ struct sysfs_dirent sysfs_root = { .s_name = "", .s_count = ATOMIC_INIT(1), .s_flags = SYSFS_DIR | (KOBJ_NS_TYPE_NONE << SYSFS_NS_TYPE_SHIFT), - .s_mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, + .s_mode = S_IFDIR | S_IRUGO | S_IXUGO, .s_ino = 1, };