commit | 9aede1d81b12a95771db0e2f9196dd37e10aaf20 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Oct 15 09:17:52 2013 +1100 |
committer | Ben Myers <bpm@sgi.com> | Wed Oct 23 14:28:35 2013 -0500 |
tree | 380d499202c6d3f5874cff2c32693db8d4d2af81 | |
parent | 5706278758e334bf6a15f57c18dc16df19c83957 [diff] |
xfs: split dquot buffer operations out Parts of userspace want to be able to read and modify dquot buffers (e.g. xfs_db) so we need to split out the reading and writing of these buffers so it is easy to shared code with libxfs in userspace. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>