[PATCH 0/2 v2] xfs_quota: allow operation on ext4 for project quotas
Dave Chinner
david at fromorbit.com
Thu Feb 4 17:15:16 CST 2016
Hi folks,
This is a followup to the patch I posted here:
http://oss.sgi.com/archives/xfs/2016-01/msg00450.html
The first patch is changed to address Eric's comments about how the
report command should not change - I introduced a "-f" command line
flag to ensure that foreign filesystems are only available whenteh
-f flag is present.
The second patch is to address the build issue that occurs from the
newly promoted definitions defining the struct fsxattr and having
xfs_fs.h define it a second time. We have to still support builds on
systems that don't have the new VFS ioctl definitions, so it
triggers the definitions of the structure and flags based on whether
the VFS definition has been included or not already.
-Dave.
More information about the xfs
mailing list