mbox series

[0/5] cleanups btrfs_extent_readonly() and scrub, part1

Message ID cover.1613019838.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series cleanups btrfs_extent_readonly() and scrub, part1 | expand

Message

Anand Jain Feb. 11, 2021, 5:25 a.m. UTC
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(-)