]> www.infradead.org Git - users/jedix/linux-maple.git/commit
convert vmsplice() to CLASS(fd)
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Jun 2024 19:50:15 +0000 (15:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commita6f46579d7da68baa8873ea43acdcc354d55a848
tree3bb9ec353680e5caff02dc32b43446f5d2e56209
parent0d113fcbc25c481508a5d6aabcee703fc19aae49
convert vmsplice() to CLASS(fd)

Irregularity here is fdput() not in the same scope as fdget(); we could
just lift it out vmsplice_type() in vmsplice(2), but there's no much
point keeping vmsplice_type() separate after that...

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/splice.c