[Bug 474597] Re: ext4_fiemap gives 0 extents for files smaller than a block (patch included)

2010-02-08 Thread Surbhi Palande
Leonard Michlmayr wrote: > Thank you for your reply. > >>> @@ -3700,7 +3701,8 @@ >>> start_blk = start >> inode->i_sb->s_blocksize_bits; >>> - len_blks = len >> inode->i_sb->s_blocksize_bits; >>> + end_blk = (start + len - 1) >> inode->i_sb->s_blocksize_bits; >>> +

[Bug 474597] Re: ext4_fiemap gives 0 extents for files smaller than a block (patch included)

2010-01-25 Thread Leonard Michlmayr
Do you have any news on this bug? Will you apply the patch? Do you not plan to apply the patch? Do you need an update of the patch? Regards Leonard Am Mittwoch, den 04.11.2009, 12:44 -0700 schrieb Andreas Dilger: > On 2009-11-04, at 11:42, Leonard Michlmayr wrote: > > Fiemap (ioctl) does not ret