]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: rename bli_format to avoid confusion with bli_formats
authorEric Sandeen <sandeen@redhat.com>
Tue, 21 May 2019 16:03:03 +0000 (11:03 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 21 May 2019 16:03:03 +0000 (11:03 -0500)
commitcebe02e249d835b05b9b565bd174490513a58bfa
tree149636d0e893fc7681792f05caced2715bd6b130
parentbc603ef2ae66c56919e1a5efbcadb29a03eb82cb
libxfs: rename bli_format to avoid confusion with bli_formats

Rename the bli_format structure to __bli_format to avoid
accidently confusing them with the bli_formats pointer.

(nb: userspace currently has no bli_formats pointer)

Source kernel commit: b94381737e9c4d014a4003e8ece9ba88670a2dd4

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_trans.h
libxfs/logitem.c
libxfs/trans.c