]> git.ipfire.org Git - thirdparty/linux.git/commit
convert do_preadv()/do_pwritev()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 23 Jul 2024 01:51:33 +0000 (21:51 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commit20d9eb3b870630f213adfd82d255acd36341b036
tree7e4d630f6ce138c42ddd927b9aa6f5f50f4f636c
parent8152f8201088350c76bb9685cd5990dd51d59aff
convert do_preadv()/do_pwritev()

fdput() can be transposed with add_{r,w}char() and inc_sysc{r,w}();
it's the same story as with do_readv()/do_writev(), only with
fdput() instead of fdput_pos().

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