OSDN Git Service

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)
commitf8748881b17dc56b3faa1d30c823f071c56593e5
tree11577ebfdcee24d4e1ddaea45996207454e5fd12
parentc12cedf24e786509de031a832e6b0e5f8b3ca37b
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