commit | eefd7f03b86b8a319890e7fac5a6fcc7f8694b76 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat May 02 19:05:37 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 02 19:05:37 2009 -0400 |
tree | d8dd02626d522926b828042f87c0850d42f86d2e | |
parent | c9877b205f6ce7943bb95281342f4001cc1c00ec [diff] |
ext4: fix the length returned by fiemap for an unallocated extent If the file's blocks have not yet been allocated because of delayed allocation, the length of the extent returned by fiemap is incorrect. This commit fixes this bug. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>