aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
diff options
context:
space:
mode:
authorDarrick J. Wong <[email protected]>2024-04-15 21:55:00 +0000
committerDarrick J. Wong <[email protected]>2024-04-15 21:58:58 +0000
commit10d587ecb77f33d966cfa2e8a57d51296df986db (patch)
treefe5f219775849b11fb3fddbae279182d69e1954a /fs/xfs/xfs_inode.c
parentxfs: online repair of symbolic links (diff)
downloadkernel-10d587ecb77f33d966cfa2e8a57d51296df986db.tar.gz
kernel-10d587ecb77f33d966cfa2e8a57d51296df986db.zip
xfs: check AGI unlinked inode buckets
Look for corruptions in the AGI unlinked bucket chains. Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r--fs/xfs/xfs_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 803a64687014..fed0cd6bffdf 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -1985,7 +1985,7 @@ out:
* only unlinked, referenced inodes can be on the unlinked inode list. If we
* don't find the inode in cache, then let the caller handle the situation.
*/
-static struct xfs_inode *
+struct xfs_inode *
xfs_iunlink_lookup(
struct xfs_perag *pag,
xfs_agino_t agino)