diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2017-11-06 11:46:15 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-11-09 09:10:45 -0800 |
commit | 0a1e1567b386b96c710d385181330c13ca03ffe3 (patch) | |
tree | 957b4f93ef93372b595f48f45a7b5c22f144fbe9 /fs/xfs/xfs_fsmap.c | |
parent | 35ce85233412354d6737b8407738174eb251fd32 (diff) | |
download | linux-0a1e1567b386b96c710d385181330c13ca03ffe3.tar.bz2 |
xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}
There are two ways to scrub an inode -- calling xfs_iget and checking
the raw inode core, or by loading the inode cluster buffer and checking
the on-disk contents directly. The second method is only useful if
_iget fails the verifiers; when this is the case, sc->ip is NULL and
calling the tracepoint will cause a system crash.
Therefore, pass the raw inode number directly into the _preen and
_warning functions.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_fsmap.c')
0 files changed, 0 insertions, 0 deletions