commit | 986db2d14a6dca6456b63b4f5c410ae2aab4ec9d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 04 16:51:14 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 04 19:06:26 2020 -0700 |
tree | d1fcdf69ccd6c5d5b3b646157f7d1fb86fabfa04 | |
parent | eac2cece45074e372f78a459c7bb2d7207b72736 [diff] |
exec: simplify the copy_strings_kernel calling convention copy_strings_kernel is always used with a single argument, adjust the calling convention to that. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Link: http://lkml.kernel.org/r/20200501104105.2621149-2-hch@lst.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>