kernel/fs/btrfs/ctree.h
.. .. @@ -17,6 +17,7 @@ 17 17 #include <linux/wait.h> 18 18 #include <linux/slab.h> 19 19 #include <trace/events/btrfs.h> 20 +#include <asm/kmap_types.h>20 21 #include <asm/unaligned.h> 21 22 #include <linux/pagemap.h> 22 23 #include <linux/btrfs.h> .. .. @@ -527,8 +528,6 @@ 527 528 */ 528 529 int bg_extent_count; 529 530 }; 530 -531 -bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);532 531 533 532 enum { 534 533 BTRFS_FS_BARRIER,