diff options
| author | 2019-02-14 09:33:15 -0800 | |
|---|---|---|
| committer | 2019-02-14 22:42:57 -0800 | |
| commit | e1f6ca11381588e3ef138c10de60eeb34cb8466a (patch) | |
| tree | 1dbe69ce83c335d973be2f7e283ed66a44bef2b2 /fs/xfs/xfs_inode.c | |
| parent | xfs: don't overflow xattr listent buffer (diff) | |
| download | linux-dev-e1f6ca11381588e3ef138c10de60eeb34cb8466a.tar.xz linux-dev-e1f6ca11381588e3ef138c10de60eeb34cb8466a.zip | |
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>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
| -rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 9aaa3143a277..d1411c168700 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -1754,7 +1754,7 @@ xfs_inactive_ifree( * now remains allocated and sits on the unlinked list until the fs is * repaired. */ - if (unlikely(mp->m_inotbt_nores)) { + if (unlikely(mp->m_finobt_nores)) { error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, XFS_IFREE_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, &tp); |
