diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 19:00:21 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 19:00:21 -0700 |
commit | 46e0dd89659923dd02cfa45080675fc4f0926528 (patch) | |
tree | 8bcf6ed39a8bc217c8f0f0e6c60c645a76bd78f9 /scripts/gdb/linux/interrupts.py | |
parent | 302436c27c3fc61c1dab83f4c995dec12eb43161 (diff) |
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Dave Chinner suggested renaming this function to make more obvious what
it does. The function returns an incore inode to callers that want to
scrub a metadata structure that hangs off an inode. If the iget fails
with EINVAL, it will single-step the loading process to distinguish
between actually free inodes or impossible inumbers (ENOENT);
discrepancies between the inobt freemask and the free status in the
inode record (EFSCORRUPTED). Any other negative errno is returned
unchanged.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions