]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: resync with the userspace libxfs
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 22 Jan 2020 16:29:46 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:46 +0000 (11:29 -0500)
commit846e459c8002bd1ad93004a0ef3c1893a0560a97
treea20fdfd475703df9e2e157a0f7b850db029f1548
parente1cb35b5aac6d9d771426751333d15cba14108de
libxfs: resync with the userspace libxfs

Source kernel commit: af952aeb4a8717fe4c7a872d9699fcfa85aa9e1c

Prepare to resync the userspace libxfs with the kernel libxfs.  There
were a few things I missed -- a couple of static inline directory
functions that have to be exported for xfs_repair; a couple of directory
naming functions that make porting much easier if they're /not/ static
inline; and a u16 usage that should have been uint16_t.

None of these things are bugs in their own right; this just makes
porting xfsprogs easier.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_dir2.c
libxfs/xfs_dir2_priv.h