]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
avl64: export avl64_firstino / avl64_firstino from avl64.h
authorEric Sandeen <sandeen@redhat.com>
Wed, 17 Oct 2018 18:25:10 +0000 (13:25 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 17 Oct 2018 18:25:10 +0000 (13:25 -0500)
commit37717cc4899ade04f852ad6f32b4922bf7f4e29e
tree8b7f7de2d41c209483cdf0eea45cf6e5ef60156a
parent7ed3b9bdfa46051d1d6d1ade0157ccd0979d561f
avl64: export avl64_firstino / avl64_firstino from avl64.h

These are flagged by the sparse checker as possibly static.
They are actually not used at this point; avl64.c has a few unused
functions and/or ones that could be made static, but for now just silence
the warnings, and save deeper surgery for later.

Signed-off-by: Eric Sandeen <sandeen@redhat.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/avl64.h