]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: use a memory zone for transactions
authorEric Sandeen <sandeen@redhat.com>
Thu, 25 Jan 2018 19:54:51 +0000 (13:54 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 25 Jan 2018 19:54:51 +0000 (13:54 -0600)
commit67d72279e8afe56882c4f7453ecb5674fb0b5885
tree9c8dab9297ae55fdec6a381b0debd1e5c306bb74
parent2e2caf7d6d284bfda8d3057720d83884880a2753
libxfs: use a memory zone for transactions

In addition to more closely matching the kernel, this will
help us catch any leaks from these allocations.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/init.c
libxfs/trans.c