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>
Thu, 21 Jul 2022 14:34:06 +0000 (08:34 -0600)
commit6273e727d185763d5f59f89e814174eada645913
tree63d5262ffe3b10123607352168ef0d5b35fe5e39
parent584c06fa3cad7eb6d62e0648baa049879675eb8d
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