]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: remove 'fname' from io_open structure
authorJens Axboe <axboe@kernel.dk>
Thu, 9 Jan 2020 00:47:02 +0000 (17:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Jan 2020 00:04:04 +0000 (17:04 -0700)
commit419cd0b9ceaa936e33c42ca8a509ff056b256208
tree11577ebfdcee24d4e1ddaea45996207454e5fd12
parenta8216a8fc3259c8484c519b2582bbad0115edd81
io_uring: remove 'fname' from io_open structure

We only use it internally in the prep functions for both statx and
openat, so we don't need it to be persistent across the request.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c