aboutsummaryrefslogtreecommitdiff
path: root/lib/test-string_helpers.c
diff options
context:
space:
mode:
authorDominik Brodowski <[email protected]>2018-03-11 11:34:40 +0100
committerDominik Brodowski <[email protected]>2018-04-02 20:15:48 +0200
commit3a18ef5c1b3935cb05888fc37964321f7bd6231d (patch)
tree2a20ac61be97ab384ecbf94b30a608f4b6c9162c /lib/test-string_helpers.c
parent312db1aa1dc7bff133d95c92efcc5e42b57cefa6 (diff)
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Using this helper allows us to avoid the in-kernel call to the sys_umount() syscall. The ksys_ prefix denotes that this function is meant as a drop-in replacement for the syscall. In particular, it uses the same calling convention as ksys_umount(). In the near future, the only fs-external caller of ksys_umount() should be converted to call do_umount() directly. Then, ksys_umount() can be moved within sys_umount() again. This patch is part of a series which removes in-kernel calls to syscalls. On this basis, the syscall entry path can be streamlined. For details, see http://lkml.kernel.org/r/[email protected] Cc: Alexander Viro <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions