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 <anand.jain@oracle.com>
Signed-off-by: Tanmay Bhushan <007047221b@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent fee4c19 commit 946c292
1 file changed
Lines changed: 1 addition & 1 deletion
| 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