Bug 9732
Summary: | oops in extent code via ext4_fallocate | ||
---|---|---|---|
Product: | File System | Reporter: | Eric Sandeen (sandeen) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | sandeen |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24-rc7 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Eric Sandeen
2008-01-11 12:39:58 UTC
This dies in the same way: [root@bear-05 sdb8]# ./testfallocate -f testfile 0 32768 [root@bear-05 sdb8]# ./testfallocate -f testfile 16384 65536 (note, they overlap) as does this: [root@bear-05 sdb8]# ./testfallocate -f testfile 0 16384 [root@bear-05 sdb8]# ./testfallocate -f testfile 32768 65536 (non-overlapping) Aneesh fixed this in the ext4 patch queue. [PATCH] ext4: use ext4_ext_get_actual_len instead of directly using ext4_extent.ee_len Thanks! |