]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: split dquot buffer operations out
authorDave Chinner <dchinner@redhat.com>
Wed, 13 Nov 2013 06:40:28 +0000 (06:40 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 13 Nov 2013 17:01:09 +0000 (11:01 -0600)
commit32390f05a6a2c1a30b5f05141d705fb7c686079c
tree72b3fb603492ca04f3c5a54cc10a839a61cf25b0
parent4b1bcf9627153a77acbb2b0e6f0eb3d5b5102ceb
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: Rich Johnston <rjohnston@sgi.com>
include/libxfs.h
libxfs/Makefile
libxfs/xfs_dquot_buf.c [new file with mode: 0644]