Home
last modified time | relevance | path

Searched hist:e886663c (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/
H A Dinternal.he886663c Sat Sep 26 18:20:17 CDT 2020 Jens Axboe <axboe@kernel.dk> 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>
H A Dnamei.ce886663c Sat Sep 26 18:20:17 CDT 2020 Jens Axboe <axboe@kernel.dk> 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>