Home
last modified time | relevance | path

Searched hist:dda7ba65 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_rmap_item.cdda7ba65 Sun Nov 29 18:33:36 CST 2020 Darrick J. Wong <darrick.wong@oracle.com> xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover

When we recover a rmap intent from the log, we need to validate its
contents before we try to replay them. Hoist the checking code into a
separate function in preparation to refactor this code to use validation
helpers.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>