Commit 946c292
btrfs: fix ASSERT em->len condition in btrfs_get_extent
The em->len value is supposed to be verified in the assertion condition
though we expect it to be same as the sectorsize.
Fixes: a196a89 ("btrfs: do not reset extent map members for inline extents read")
Reviewed-by: Anand Jain <[email protected]>
Signed-off-by: Tanmay Bhushan <[email protected]>
Signed-off-by: David Sterba <[email protected]>1 parent fee4c19 commit 946c292
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7092 | 7092 | | |
7093 | 7093 | | |
7094 | 7094 | | |
7095 | | - | |
| 7095 | + | |
7096 | 7096 | | |
7097 | 7097 | | |
7098 | 7098 | | |
| |||
0 commit comments