blobfs: rename tree.h to cache_tree.h
Avoids conflict with public tree.h that can cause problems with abidiff. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I3ccf4c0198f7975d8ebbee57f50c52f9f2e96fc0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13730 Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
79c9b1e5df
commit
e70dc52ff2
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user