From: Eric Sandeen Date: Wed, 17 Oct 2018 18:25:10 +0000 (-0500) Subject: avl64: export avl64_firstino / avl64_firstino from avl64.h X-Git-Tag: v4.19.0-rc1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37717cc4899ade04f852ad6f32b4922bf7f4e29e;p=thirdparty%2Fxfsprogs-dev.git 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 Reviewed-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen --- diff --git a/include/avl64.h b/include/avl64.h index 7a66883e3..4042f6c3c 100644 --- a/include/avl64.h +++ b/include/avl64.h @@ -69,6 +69,12 @@ avl64_insert_immediate( avl64node_t *afterp, avl64node_t *newnode); +avl64node_t * +avl64_firstino(avl64node_t *root); + +avl64node_t * +avl64_lastino(avl64node_t *root); + void avl64_init_tree( avl64tree_desc_t *tree,