This patchset makes btrfs_extent_readonly() static and changes the return
type to bool.
And drops few unwanted function declarations in the scrub.c.

Thanks. Anand

Anand Jain (5):
  btrfs: make btrfs_extent_readonly() static
  btrfs: btrfs_extent_readonly() change return type to bool
  btrfs: scrub drop few function declarations
  btrfs: scrub_checksum_tree_block() drop its function declaration
  btrfs: scrub_checksum_data() drop its function declaration

 fs/btrfs/ctree.h       |   1 -
 fs/btrfs/extent-tree.c |  13 ---
 fs/btrfs/inode.c       |  13 +++
 fs/btrfs/scrub.c       | 202 ++++++++++++++++++++---------------------
 4 files changed, 109 insertions(+), 120 deletions(-)

-- 
2.27.0

Reply via email to