commit | 014cdddffcddd5b13402721de744b9ea76961d74 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Oct 07 17:54:45 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Oct 22 16:41:17 2021 -0700 |
tree | 9c0641a8cfad09d0e02c9b9e57772a046d0f1a42 | |
parent | 04e01af9318f50df5e1974d8e2ce7d54b6cfbe55 [diff] |
xfs: use b_offset to support direct-mapping pages when blocksize < pagesize Support using directly-mapped pages in the buffer cache when the fs blocksize is less than the page size. Signed-off-by: Darrick J. Wong <djwong@kernel.org>