io_uring: unify struct io_symlink and io_hardlink
authorJens Axboe <axboe@kernel.dk>
Tue, 24 May 2022 16:19:47 +0000 (10:19 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:08:09 +0000 (11:08 -0600)
commitc1d4e93d975a6e079387a68c651ad813e62210eb
tree849e3bec6188514cc99546d9afd80893dd3ae628
parent67a10c177afbfb3b5f6e0dfa10b6206d32c87988
io_uring: unify struct io_symlink and io_hardlink

They are really just a subset of each other, just use the one type.

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