forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/fs/btrfs/ctree.h
....@@ -17,6 +17,7 @@
1717 #include <linux/wait.h>
1818 #include <linux/slab.h>
1919 #include <trace/events/btrfs.h>
20
+#include <asm/kmap_types.h>
2021 #include <asm/unaligned.h>
2122 #include <linux/pagemap.h>
2223 #include <linux/btrfs.h>
....@@ -527,8 +528,6 @@
527528 */
528529 int bg_extent_count;
529530 };
530
-
531
-bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);
532531
533532 enum {
534533 BTRFS_FS_BARRIER,