Skip to content
Snippets Groups Projects
Commit 5e787dbf authored by Dominik Brodowski's avatar Dominik Brodowski
Browse files

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: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent ae4b064e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment