diff options
author | 2020-03-10 17:54:38 -0700 | |
---|---|---|
committer | 2020-03-13 10:37:14 -0700 | |
commit | 8ef547976a18e3d672194d8c944c19b345ef6bfc (patch) | |
tree | e73d42acd0683ca492c433e5f041349b2e02d851 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: convert btree cursor inode-private member names (diff) | |
download | linux-dev-8ef547976a18e3d672194d8c944c19b345ef6bfc.tar.xz linux-dev-8ef547976a18e3d672194d8c944c19b345ef6bfc.zip |
xfs: rename btree cursor private btree member flags
BPRV is not longer appropriate because bc_private is going away.
Script:
$ sed -i 's/BTCUR_BPRV/BTCUR_BMBT/g' fs/xfs/*[ch] fs/xfs/*/*[ch]
With manual cleanup to the definitions in fs/xfs/libxfs/xfs_btree.h
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
[darrick: change "BC_BT" to "BTCUR_BMBT", fix subject line typo]
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions