Loading fs/btrfs/ctree.h +8 −0 Original line number Diff line number Diff line Loading @@ -1595,6 +1595,14 @@ int btrfs_csum_truncate(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 isize); /* inode.c */ /* RHEL and EL kernels have a patch that renames PG_checked to FsMisc */ #ifdef ClearPageFsMisc #define ClearPageChecked ClearPageFsMisc #define SetPageChecked SetPageFsMisc #define PageChecked PageFsMisc #endif int btrfs_writepages(struct address_space *mapping, struct writeback_control *wbc); int btrfs_create_subvol_root(struct btrfs_root *new_root, Loading fs/btrfs/locking.c +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <linux/pagemap.h> #include <linux/spinlock.h> #include <linux/page-flags.h> #include <linux/bug.h> #include <asm/bug.h> #include "ctree.h" #include "extent_io.h" #include "locking.h" Loading Loading
fs/btrfs/ctree.h +8 −0 Original line number Diff line number Diff line Loading @@ -1595,6 +1595,14 @@ int btrfs_csum_truncate(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 isize); /* inode.c */ /* RHEL and EL kernels have a patch that renames PG_checked to FsMisc */ #ifdef ClearPageFsMisc #define ClearPageChecked ClearPageFsMisc #define SetPageChecked SetPageFsMisc #define PageChecked PageFsMisc #endif int btrfs_writepages(struct address_space *mapping, struct writeback_control *wbc); int btrfs_create_subvol_root(struct btrfs_root *new_root, Loading
fs/btrfs/locking.c +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <linux/pagemap.h> #include <linux/spinlock.h> #include <linux/page-flags.h> #include <linux/bug.h> #include <asm/bug.h> #include "ctree.h" #include "extent_io.h" #include "locking.h" Loading