]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: introduce xfs_trans_resv.c
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:29 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:43 +0000 (15:14 -0500)
commit364e85ec1caa50dc0b3844911b6d9805a8986e33
tree07fcd9b04a64d9f251760d00431c2e07a5558f96
parenta3149b818d4969cbb980989a3697f3890f9a2879
libxfs: introduce xfs_trans_resv.c

The log space reservation calculation code has been separated from
the core transaction code in kernelspace. THi smeans we can add it
here in preparation for removing xfs_trans.c to further reduce the
differences between kernel and usrspace files.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Review-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
include/Makefile
include/libxfs.h
include/xfs_mount.h
include/xfs_trans.h [deleted file]
include/xfs_trans_resv.h [new file with mode: 0644]
libxfs/Makefile
libxfs/xfs.h
libxfs/xfs_trans.c
libxfs/xfs_trans_resv.c [new file with mode: 0644]
mkfs/maxtrres.c