mbox series

[v2,0/3] fix btrfs-corrupt-block options value and offset

Message ID cover.1711097698.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series fix btrfs-corrupt-block options value and offset | expand

Message

Anand Jain March 22, 2024, 11:16 a.m. UTC
The btrfs-corrupt-block options -v and -o have been replaced with
--value and --offset, so this patchset makes fixes accordingly.

v1:
  https://lore.kernel.org/all/eb2493499d2f30f43afa09e980589bb4f15e9789.1710984595.git.anand.jain@oracle.com/

Anand Jain (3):
  common/btrfs: refactor _require_btrfs_corrupt_block to check option
  btrfs/290: fix btrfs_corrupt_block options
  common/verity: fix btrfs-corrupt-block -v option

 common/btrfs    | 15 +++++++++++++++
 common/verity   |  5 +++--
 tests/btrfs/290 | 24 +++++++++++++++---------
 3 files changed, 33 insertions(+), 11 deletions(-)