diff options
| author | Dave Chinner <david@fromorbit.com> | 2014-08-04 13:53:47 +1000 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2014-08-04 13:53:47 +1000 |
| commit | e0ac6d45bc52065d388b5aa153b58233af25a429 (patch) | |
| tree | 05177a935cdf41f54f609da9ed1c68b42ebd154c /fs/xfs/xfs_fs.h | |
| parent | 6eee8972cc1799d3dde3f1e699abf286ed3adbaf (diff) | |
| parent | f074051ff550f9f1f1a8ab4868277d049a7fd7aa (diff) | |
| download | talos-obmc-linux-e0ac6d45bc52065d388b5aa153b58233af25a429.tar.gz talos-obmc-linux-e0ac6d45bc52065d388b5aa153b58233af25a429.zip | |
Merge branch 'xfs-quota-eofblocks-scan' into for-next
Diffstat (limited to 'fs/xfs/xfs_fs.h')
| -rw-r--r-- | fs/xfs/xfs_fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h index d34703dbcb42..ffdabc687852 100644 --- a/fs/xfs/xfs_fs.h +++ b/fs/xfs/xfs_fs.h @@ -375,6 +375,9 @@ struct xfs_fs_eofblocks { #define XFS_EOF_FLAGS_GID (1 << 2) /* filter by gid */ #define XFS_EOF_FLAGS_PRID (1 << 3) /* filter by project id */ #define XFS_EOF_FLAGS_MINFILESIZE (1 << 4) /* filter by min file size */ +#define XFS_EOF_FLAGS_UNION (1 << 5) /* union filter algorithm; + * kernel only, not included in + * valid mask */ #define XFS_EOF_FLAGS_VALID \ (XFS_EOF_FLAGS_SYNC | \ XFS_EOF_FLAGS_UID | \ |

