]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: use a memory zone for log items
authorEric Sandeen <sandeen@redhat.com>
Thu, 25 Jan 2018 19:55:01 +0000 (13:55 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 25 Jan 2018 19:55:01 +0000 (13:55 -0600)
commita1c5615eecf3ca4bcd7442326c228b349ee2fd79
tree64455a2bf24118bd08ec6d47f32180fc2ecdd67f
parent67d72279e8afe56882c4f7453ecb5674fb0b5885
libxfs: use a memory zone for log items

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/trans.c