Home
last modified time | relevance | path

Searched hist:"1 cdadee11f8d44b16f8110cf01498bd7c38474d8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.cdiff 1cdadee11f8d44b16f8110cf01498bd7c38474d8 Thu May 28 18:19:29 CDT 2015 Brian Foster <bfoster@redhat.com> xfs: randomly do sparse inode allocations in DEBUG mode

Sparse inode allocations generally only occur when full inode chunk
allocation fails. This requires some level of filesystem space usage and
fragmentation.

For filesystems formatted with sparse inode chunks enabled, do random
sparse inode chunk allocs when compiled in DEBUG mode to increase test
coverage.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>