fs: make do_renameat2() take struct filename
Pass in the struct filename pointers instead of the user string, and
update the three callers to do the same.
This behaves like do_unlinkat(), which also takes a filename struct and
puts it when it is done. Converting callers is then trivial.
Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Loading
-
mentioned in commit 586e5e9e
-
mentioned in commit 96e46cf2
-
mentioned in commit d1df6c3c
-
mentioned in commit d4f39068
-
mentioned in commit 7c49e08f
-
mentioned in commit bf65b928
-
mentioned in commit 261786f4
-
mentioned in commit a7ab07f4
-
mentioned in commit 67d00a75
-
mentioned in commit 641b8530
-
mentioned in commit 6087554f
Please sign in to comment