]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:43 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:43 +0000 (11:29 -0500)
commit9ad7a752173478aff80fbde17c34a14a2cd57925
treebd984b20332d30cd72fde75470f6947a97c78950
parente51152caeb285746f8bd7b9338506532ff082268
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset

Source kernel commit: 5c072127d31d3a605a3048dc5d3fdfc0cdd47212

All the callers really want an offset into the buffer, so adopt
the helper to return that instead.

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_dir2.h
libxfs/xfs_dir2_data.c
libxfs/xfs_dir2_sf.c