VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Christoph Hellwig <hch@lst.de> 2020-07-23 08:23:40 +0200 committer: Christoph Hellwig <hch@lst.de> 2020-07-31 08:17:52 +0200 commit: 8fb9f73e5a539ab3aa4785f30fb52c65fa98600c parent: 09267defa36aaff6ff829bd2fc8b043ec151cc3e
Commit Summary:
init: add an init_unlink helper
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c
index d4255c10432a..ac021ae6e6fa 100644
--- a/init/do_mounts_rd.c
+++ b/init/do_mounts_rd.c
@@ -272,7 +272,7 @@ noclose_input:
 	fput(out_file);
 out:
 	kfree(buf);
-	ksys_unlink("/dev/ram");
+	init_unlink("/dev/ram");
 	return res;
 }