diff options
Diffstat (limited to 'fs/sysfs')
-rw-r--r-- | fs/sysfs/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index 701a56f341c6..6211230814fd 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c | |||
@@ -62,7 +62,7 @@ int __init sysfs_init(void) | |||
62 | { | 62 | { |
63 | int err; | 63 | int err; |
64 | 64 | ||
65 | sysfs_root = kernfs_create_root(NULL); | 65 | sysfs_root = kernfs_create_root(NULL, NULL); |
66 | if (IS_ERR(sysfs_root)) | 66 | if (IS_ERR(sysfs_root)) |
67 | return PTR_ERR(sysfs_root); | 67 | return PTR_ERR(sysfs_root); |
68 | 68 | ||