commit | 6b700a5be9b3b69419474622336c63fdc1cc3ca4 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:11 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:11 2024 -0700 |
tree | 96b4fc2a8746e3ed7ea30ec6931d8b12e13d66bd | |
parent | ee20808d848c87a51e176706d81b95a21747d6cf [diff] |
xfs: hoist multi-fsb allocation unit detection to a helper Replace the open-coded logic to decide if a file has a multi-fsb allocation unit to a helper to make the code easier to read. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>