commit | 16a75c71b4c04373c0c726b8e6ddfd030a81c93e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 16:07:46 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 17 14:06:27 2024 -0700 |
tree | 642f18e16b8a3fdf97660b3dd9839cf86b79b0b5 | |
parent | 4d0ce76d3acb38c71fb1e1eb94a36fb1697f1674 [diff] |
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>