diff options
author | Christoph Hellwig <hch@lst.de> | 2024-09-18 07:30:08 +0200 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2024-10-07 08:00:11 +0200 |
commit | b611fddc0435738e64453bbf1dadd4b12a801858 (patch) | |
tree | eced4bd140743891186f72e2526dc7a462d15f4f /io_uring/filetable.h | |
parent | 865469cd41bce2b04bef9539cbf70676878bc8df (diff) |
xfs: don't ifdef around the exact minlen allocations
Exact minlen allocations only exist as an error injection tool for debug
builds. Currently this is implemented using ifdefs, which means the code
isn't even compiled for non-XFS_DEBUG builds. Enhance the compile test
coverage by always building the code and use the compilers' dead code
elimination to remove it from the generated binary instead.
The only downside is that the alloc_minlen_only field is unconditionally
added to struct xfs_alloc_args now, but by moving it around and packing
it tightly this doesn't actually increase the size of the structure.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'io_uring/filetable.h')
0 files changed, 0 insertions, 0 deletions