summaryrefslogtreecommitdiff
path: root/backref.h
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.h
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.h')
-rw-r--r--backref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backref.h b/backref.h
index 3d2ed458..b68c5047 100644
--- a/backref.h
+++ b/backref.h
@@ -19,7 +19,7 @@
#ifndef __BTRFS_BACKREF_H__
#define __BTRFS_BACKREF_H__
-#include "ulist.h"
+#include "kernel-shared/ulist.h"
#include "extent_io.h"
struct inode_fs_paths {