io_uring: dont ifdef io_alloc_cache_kasan()
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 28 Jan 2025 20:56:10 +0000 (20:56 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Jan 2025 22:10:40 +0000 (15:10 -0700)
commit16ac51a0a7aa051fd3b82fa077597488b5572d41
treee3efd899d869560848d3a3c9db7fd88634f8d368
parent299276502d41cd86376f47b7e087d017eaa0f914
io_uring: dont ifdef io_alloc_cache_kasan()

Use IS_ENABLED in io_alloc_cache_kasan() so at least it gets compile
tested without KASAN.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/35e53e83f6e16478dca0028a64a6cc905dc764d3.1738087204.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/alloc_cache.h