commit | 2b5eb826011b48122a52085ab8f5ddb72749fc60 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 02 09:39:42 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 02 09:40:06 2019 -0700 |
tree | 3cd5a6ad442ec43e462bc20d5c003743d40272ab | |
parent | 688f7c367877eaefc4fb130ae30f2e580c22015c [diff] |
xfs: refactor xfs_iwalk_grab_ichunk In preparation for reusing the iwalk code for the inogrp walking code (aka INUMBERS), move the initial inobt lookup and retrieval code out of xfs_iwalk_grab_ichunk so that we call the masking code only when we need to trim out the inodes that came before the cursor in the inobt record (aka BULKSTAT). Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>