+2
−0
+22
−18
Loading
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>