xfs
[Top] [All Lists]

[PATCH 0/2 v2] xfs_quota: allow operation on ext4 for project quotas

To: xfs@xxxxxxxxxxx
Subject: [PATCH 0/2 v2] xfs_quota: allow operation on ext4 for project quotas
From: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 5 Feb 2016 10:15:16 +1100
Cc: fstests@xxxxxxxxxxxxxxx
Delivered-to: xfs@xxxxxxxxxxx
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.

<Prev in Thread] Current Thread [Next in Thread>