commit | fdbb8c5b805c19bc2764aa1b91952e75e4c1c086 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 08 15:05:37 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 16:54:23 2019 -0800 |
tree | 119a1d43177e2fb5a352ef542d2538597370fe6c | |
parent | 5c072127d31d3a605a3048dc5d3fdfc0cdd47212 [diff] |
xfs: devirtualize ->data_entsize Replace the ->data_entsize dir ops method with a directly called xfs_dir2_data_entsize helper that takes care of the differences between the directory format with and without the file type field. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>