commit | 1682310474b2f223951ee46f21e34eb462cf71c2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 08 15:05:30 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 16:54:22 2019 -0800 |
tree | cbb52d19ac74d1b0d7ca79b9332d01f077e5c122 | |
parent | c81484e2b97f27683b5bdc3aee266d4685a48f8b [diff] |
xfs: remove the data_dot_offset field in struct xfs_dir_ops The data_dot_offset value is always equal to data_entry_offset given that "." is always the first entry in the directory. 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>