diff --git a/lib/blobfs/blobfs.c b/lib/blobfs/blobfs.c index e2c36bd5c..ab221f726 100644 --- a/lib/blobfs/blobfs.c +++ b/lib/blobfs/blobfs.c @@ -6,7 +6,7 @@ #include "spdk/stdinc.h" #include "spdk/blobfs.h" -#include "tree.h" +#include "cache_tree.h" #include "spdk/queue.h" #include "spdk/thread.h" diff --git a/lib/blobfs/tree.h b/lib/blobfs/cache_tree.h similarity index 100% rename from lib/blobfs/tree.h rename to lib/blobfs/cache_tree.h diff --git a/lib/blobfs/tree.c b/lib/blobfs/tree.c index 71f082720..23168f9ef 100644 --- a/lib/blobfs/tree.c +++ b/lib/blobfs/tree.c @@ -6,7 +6,7 @@ #include "spdk/stdinc.h" #include "spdk/blobfs.h" -#include "tree.h" +#include "cache_tree.h" #include "spdk/queue.h" #include "spdk/assert.h"