summaryrefslogtreecommitdiff
path: root/backref.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-02-09 16:13:14 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:47 +0100
commit886a8565e03bfacddc1383fe61439303226a8802 (patch)
treed10682c1ae9a03471d77e43341d800b3585c5705 /backref.c
parent1ffcc9b455b56899bd1f8a0c2d90f0e31eba7a20 (diff)
btrfs-progs: move ulist.[ch] to kernel-shared
The implementation of ulist_* is same for kernel and userspace, without dependencies, so we can keep it separately for code sync. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'backref.c')
-rw-r--r--backref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backref.c b/backref.c
index a43e80da..e1f41e1a 100644
--- a/backref.c
+++ b/backref.c
@@ -20,7 +20,7 @@
#include "ctree.h"
#include "disk-io.h"
#include "backref.h"
-#include "ulist.h"
+#include "kernel-shared/ulist.h"
#include "transaction.h"
#include "internal.h"