Commit d0c20d3
committed
xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
The realtime flag only applies to the data fork, so don't use the
realtime block number checks on the attr fork of a realtime file.
Fixes: 30b0984 ("xfs: refactor bmap record validation")
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>1 parent 125eac2 commit d0c20d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6226 | 6226 | | |
6227 | 6227 | | |
6228 | 6228 | | |
6229 | | - | |
| 6229 | + | |
6230 | 6230 | | |
6231 | 6231 | | |
6232 | 6232 | | |
| |||
0 commit comments