xfs: introduce xfs_quota_defs.h
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:30 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:20:18 +0000 (16:20 -0500)
commit76456fc2a6fe3a31c492a072413925eebc68cc98
tree8c67da2f2a2d7f49394b4d1dee38a3b256c16afc
parentc7298202e5df6fad66c7c8146bf2ed55ba07aff0
xfs: introduce xfs_quota_defs.h

There are a lot of quota flag definitions that are shared by user
and kernel space. Move them all to xfs_quota_defs.h so we can
unshare xfs_quota.h and remove the __KERNEL__ regions from it.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_quota.h
fs/xfs/xfs_quota_defs.h [new file with mode: 0644]