xfs: rename m_inotbt_nores to m_finobt_nores

Rename this flag variable to imply more strongly that it's related to
the free inode btree (finobt) operation.  No functional changes.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
This commit is contained in:
Darrick J. Wong
2019-02-14 09:33:15 -08:00
parent 3b50086f0c
commit e1f6ca1138
4 changed files with 5 additions and 5 deletions

View File

@@ -281,7 +281,7 @@ xfs_ag_resv_init(
*/
ask = used = 0;
mp->m_inotbt_nores = true;
mp->m_finobt_nores = true;
error = xfs_refcountbt_calc_reserves(mp, tp, agno, &ask,
&used);