diff options
author | Christoph Hellwig <[email protected]> | 2020-06-04 16:51:18 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-06-04 19:06:26 -0700 |
commit | 762a3af6faa0682e5b30b67b1db156c7df55f2c7 (patch) | |
tree | 0839d8bacabd03afe329facc4b119814840a82bb /lib/mpi/mpi-internal.h | |
parent | 986db2d14a6dca6456b63b4f5c410ae2aab4ec9d (diff) |
exec: open code copy_string_kernel
Currently copy_string_kernel is just a wrapper around copy_strings that
simplifies the calling conventions and uses set_fs to allow passing a
kernel pointer. But due to the fact the we only need to handle a single
kernel argument pointer, the logic can be sigificantly simplified while
getting rid of the set_fs.
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Alexander Viro <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions