VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Tejun Heo <tj@kernel.org> 2013-12-11 16:03:00 -0500 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2013-12-17 08:59:15 -0800 commit: 80b9bbefc345079bddc4959de016ba4074b0c8d6 parent: 19bbb926203dbcf3a03915e934c36d7681bf6e13
Commit Summary:
kernfs: add kernfs_dir_ops
Diffstat:
1 file changed, 1 insertion, 1 deletion
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)
 {
 	int err;
 
-	sysfs_root = kernfs_create_root(NULL);
+	sysfs_root = kernfs_create_root(NULL, NULL);
 	if (IS_ERR(sysfs_root))
 		return PTR_ERR(sysfs_root);