On Mon, Jan 06, 2025 at 09:09:53AM -0800, Darrick J. Wong wrote: > > diff --git a/fs/xfs/libxfs/xfs_log_format.h b/fs/xfs/libxfs/xfs_log_format.h > > index 15dec19b6c32..41e974d17ce2 100644 > > --- a/fs/xfs/libxfs/xfs_log_format.h > > +++ b/fs/xfs/libxfs/xfs_log_format.h > > Technically this is part of the userspace ABI: > > $ grep NONCORE /usr/include/ > /usr/include/xfs/xfs_log_format.h:362:#define XFS_ILOG_NONCORE (XFS_ILOG_DDATA | XFS_ILOG_DEXT | \ > > But it makes no sense for userspace to try to use that symbol and > Debian codesearch says there are no users, so: In the past we've done plenty of refactoring of the format headers. Locking us out of that would be rather painful.