io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Oct 2022 18:26:02 +0000 (12:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Oct 2022 22:30:56 +0000 (16:30 -0600)
commit11528491c65a493050c682786c6b7cfd9e9b4a8f
treef7b6935c68185cd46db3b1e0f94bf6daf909ca4f
parent44f87745d5f24a3cdf0548bf1d84fbb7316ce229
io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC

The msg variants of sending aren't audited separately, so we should not
be setting audit_skip for the zerocopy sendmsg variant either.

Fixes: 493108d95f14 ("io_uring/net: zerocopy sendmsg")
Reported-by: Paul Moore <paul@paul-moore.com>
Reviewed-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/opdef.c