diff options
| author | Dominik Brodowski <[email protected]> | 2019-11-27 19:24:14 +0000 |
|---|---|---|
| committer | Dominik Brodowski <[email protected]> | 2019-12-12 13:50:03 +0000 |
| commit | d4440aac83d12f87df9bcc51e992b9c28c7f4fa5 (patch) | |
| tree | 0069801b93c9061d8b1ecc1a271c5c4168deab8e /lib/xarray.c | |
| parent | devtmpfs: use do_mount() instead of ksys_mount() (diff) | |
| download | kernel-d4440aac83d12f87df9bcc51e992b9c28c7f4fa5.tar.gz kernel-d4440aac83d12f87df9bcc51e992b9c28c7f4fa5.zip | |
initrd: use do_mount() instead of ksys_mount()
All three calls to ksys_mount() in initrd-related kernel code can
be switched over to do_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
