From 886a8565e03bfacddc1383fe61439303226a8802 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 9 Feb 2017 16:13:14 +0100 Subject: 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 --- backref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backref.h') 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 { -- cgit v1.2.3