]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libfrog: move avl64.h to libfrog/
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 9 Sep 2019 19:37:06 +0000 (15:37 -0400)
committerEric Sandeen <sandeen@redhat.com>
Mon, 9 Sep 2019 19:37:06 +0000 (15:37 -0400)
Move this header to libfrog since the code is there already.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libfrog/Makefile
libfrog/avl64.h [moved from include/avl64.h with 96% similarity]
repair/incore_ext.c
repair/xfs_repair.c
scrub/phase1.c

index 37976029788db8f264999feb7bd6dd4d4acff5b3..e766adba94b9d7dea5997a8aad363bb779df120d 100644 (file)
@@ -28,6 +28,7 @@ util.c \
 workqueue.c
 
 HFILES = \
+avl64.h \
 bulkstat.h \
 crc32defs.h \
 crc32table.h \
similarity index 96%
rename from include/avl64.h
rename to libfrog/avl64.h
index 4042f6c3cb65afc1cec8bd1f374c9b76f7b7ddb7..283fc91c6892d6cbb632cc450efcac3c5086d319 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
  * All Rights Reserved.
  */
-#ifndef __XR_AVL64_H__
-#define __XR_AVL64_H__
+#ifndef __LIBFROG_AVL64_H__
+#define __LIBFROG_AVL64_H__
 
 #include <sys/types.h>
 
@@ -124,4 +124,4 @@ avl64_findranges(
 #define AVL_EXCLUDE_ZEROLEN    0x0001
 #endif
 
-#endif /* __XR_AVL64_H__ */
+#endif /* __LIBFROG_AVL64_H__ */
index e7ef9eb234b3deabd605d0de9957adadaace8576..7292f5dcc483420967d036143cc2a5f99bb703f0 100644 (file)
@@ -12,7 +12,7 @@
 #include "agheader.h"
 #include "protos.h"
 #include "err_protos.h"
-#include "avl64.h"
+#include "libfrog/avl64.h"
 #include "threads.h"
 
 /*
index e414c4fb41755eeefbd356c6b4941151ba3a8c39..d7e70dd0c79e6a5adf23988aeb6b4c6603d3f206 100644 (file)
@@ -9,7 +9,7 @@
 #include <sys/resource.h>
 #include "xfs_multidisk.h"
 #include "avl.h"
-#include "avl64.h"
+#include "libfrog/avl64.h"
 #include "globals.h"
 #include "versions.h"
 #include "agheader.h"
index 81b0990dce2c6b205cb4d7afc890029d883acb95..6d1cbe25c69aca5f0be98a202dab35f2a51a18d6 100644 (file)
@@ -19,7 +19,7 @@
 #include "path.h"
 #include "handle.h"
 #include "bitops.h"
-#include "avl64.h"
+#include "libfrog/avl64.h"
 #include "list.h"
 #include "xfs_scrub.h"
 #include "common.h"