commit | 6ca1c9063d1952b20c61136e01e6a8987371616b | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Aug 12 20:49:26 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon Aug 12 16:09:52 2013 -0500 |
tree | a20a77fef2438674b52562f7e156cb5a9ea789d3 | |
parent | 9fbe24d95ea36205a71195b378a163aa829dfe40 [diff] |
xfs: separate dquot on disk format definitions out of xfs_quota.h The on disk format definitions of the on-disk dquot, log formats and quota off log formats are all intertwined with other definitions for quotas. Separate them out into their own header file so they can easily be shared with userspace. 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>