io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC for-6.1/io_uring-late
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Oct 2022 18:26:02 +0000 (12:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Oct 2022 19:19:57 +0000 (13:19 -0600)
commit5e7186a0be306ba1a11d1091dcb154e064471c2d
treec529dab70b4606d6e3aae835c96d463602ece69f
parent4bb75ea40e3d8fe21d10da93ba3b3a2edae18eb0
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