]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove the data_dot_offset field in struct xfs_dir_ops
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:42 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:42 +0000 (11:29 -0500)
commit5e9bc7eef8bf1da148dbf9f3a686b723b8f9dbe4
treec2b118e95f98c02e77c9a0667b2040c763f3cb2d
parent7f351bbd7c6f22d894c660743701c1d5725e6556
xfs: remove the data_dot_offset field in struct xfs_dir_ops

Source kernel commit: 1682310474b2f223951ee46f21e34eb462cf71c2

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_da_format.c
libxfs/xfs_dir2.h