summaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2018-10-23 22:10:35 +0200
committerDominik Brodowski <linux@dominikbrodowski.net>2019-12-12 14:49:57 +0100
commit5e787dbf659fe77d56215be74044f85e01b3920f (patch)
tree2041ebfdeab6acf7e5bc4069f8d1905914ea4d86 /init/do_mounts_initrd.c
parentae4b064e2a616b545acf02b8f50cc513b32c7522 (diff)
devtmpfs: use do_mount() instead of ksys_mount()
In devtmpfs, do_mount() can be called directly instead of complex wrapping by ksys_mount(): - the first and third arguments are const strings in the kernel, and do not need to be copied over from userspace; - the fifth argument is NULL, and therefore no page needs to be copied over from userspace; - the second and fourth argument are passed through anyway. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions