]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: port kernel transaction code
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 4 Oct 2018 19:16:01 +0000 (14:16 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:16:01 +0000 (14:16 -0500)
commitf94c53c07ddf4ac792e523f53f6a216e58189835
treed9a37f433c89020285bf467faf03cebe11a0ab30
parent3caeb69c19df7e955cd70f85ba361defc249dc11
libxfs: port kernel transaction code

Restructure the userspace transaction code to resemble the kernel code
more closely.  This will make deferred operations behave the same (with
respect to transaction lifetimes) as the kernel.

[sandeen: tweaks to backport before libxfs updates]
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/trans.c