]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_io: add linux madvise advice codes
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:46 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:27 +0000 (14:06 -0700)
commit16a75c71b4c04373c0c726b8e6ddfd030a81c93e
tree642f18e16b8a3fdf97660b3dd9839cf86b79b0b5
parent4d0ce76d3acb38c71fb1e1eb94a36fb1697f1674
xfs_io: add linux madvise advice codes

Add all the Linux-specific madvise codes.  We're going to need
MADV_POPULATE_READ for a regression test.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
io/madvise.c