diff options
| author | Dominik Brodowski <[email protected]> | 2018-10-23 20:10:35 +0000 |
|---|---|---|
| committer | Dominik Brodowski <[email protected]> | 2019-12-12 13:49:57 +0000 |
| commit | 5e787dbf659fe77d56215be74044f85e01b3920f (patch) | |
| tree | 2041ebfdeab6acf7e5bc4069f8d1905914ea4d86 /lib/xarray.c | |
| parent | Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
| download | kernel-5e787dbf659fe77d56215be74044f85e01b3920f.tar.gz kernel-5e787dbf659fe77d56215be74044f85e01b3920f.zip | |
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 <[email protected]>
Diffstat (limited to 'lib/xarray.c')
0 files changed, 0 insertions, 0 deletions
