]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: store rmapbt block count in the AGF
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 18 Aug 2016 23:30:47 +0000 (09:30 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Aug 2016 23:30:47 +0000 (09:30 +1000)
commit8511b71a42eddde20aaf0aa05bfef635afe5af07
treee603d013791f8f2d898e830f952932a86d0afa26
parent80afb9a40a1ed890f992bbee9d31c2249791da47
xfs: store rmapbt block count in the AGF

Track the number of blocks used for the rmapbt in the AGF.  When we
get to the AG reservation code we need this counter to quickly
make our reservation during mount.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_alloc.c
libxfs/xfs_format.h
libxfs/xfs_rmap_btree.c