Searched hist:"9660755100 ae7677d65772a28e16d475a2ee9eab" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff 9660755100ae7677d65772a28e16d475a2ee9eab Thu May 31 21:54:16 CDT 2012 Tao Ma <boyu.mt@taobao.com> ext4: let getattr report the right blocks in delalloc+bigalloc
In delayed allocation, i_reserved_data_blocks now indicates clusters, not blocks. So report it in the right number.
This can be easily exposed by the following command: echo foo > blah; du -hc blah; sync; du -hc blah
Reported-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|