]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxlog: use uncached buffers instead of open-coding them
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 1 Mar 2020 17:34:10 +0000 (12:34 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Sun, 1 Mar 2020 17:34:10 +0000 (12:34 -0500)
commit66ab87d39d71220b548fb37f1bb1014bc90ce4fb
tree3828db3d23d79040c9f69f21b228c8e0f8cae1d6
parentde31947931e71362bd4bf69f68e8dc5d162e56a6
libxlog: use uncached buffers instead of open-coding them

Use the new uncached buffer functions to manage buffers instead of
open-coding the logic.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/libxlog.h
libxlog/xfs_log_recover.c
logprint/log_print_all.c