diff options
| author | Darrick J. Wong <[email protected]> | 2024-04-15 21:55:00 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2024-04-15 21:58:58 +0000 |
| commit | 10d587ecb77f33d966cfa2e8a57d51296df986db (patch) | |
| tree | fe5f219775849b11fb3fddbae279182d69e1954a /fs/xfs/xfs_inode.h | |
| parent | xfs: online repair of symbolic links (diff) | |
| download | kernel-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.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 18bc3d7750a0..c74c48bc0945 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -619,6 +619,7 @@ bool xfs_inode_needs_inactive(struct xfs_inode *ip); int xfs_iunlink(struct xfs_trans *tp, struct xfs_inode *ip); int xfs_iunlink_remove(struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_inode *ip); +struct xfs_inode *xfs_iunlink_lookup(struct xfs_perag *pag, xfs_agino_t agino); void xfs_end_io(struct work_struct *work); |
