Hi, This patchset adds two tests for verifying the behaviour of Large extent counters feature. It also fixes xfs/270 test failure when executed on a filesystem with Large extent counters enabled. Chandan Babu R (4): xfs/270: Fix ro mount failure when nrext64 option is enabled common/xfs: Add helper to check if nrext64 option is supported xfs/547: Verify that the correct inode extent counters are updated with/without nrext64 xfs/548: Verify correctness of upgrading an fs to support large extent counters common/xfs | 13 ++++++ tests/xfs/270 | 16 ++++++- tests/xfs/270.out | 1 - tests/xfs/547 | 91 ++++++++++++++++++++++++++++++++++++++ tests/xfs/547.out | 13 ++++++ tests/xfs/548 | 109 ++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/548.out | 12 +++++ 7 files changed, 252 insertions(+), 3 deletions(-) create mode 100755 tests/xfs/547 create mode 100644 tests/xfs/547.out create mode 100755 tests/xfs/548 create mode 100644 tests/xfs/548.out -- 2.35.1