]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext2/super.c
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / fs / ext2 / super.c
index 7c6e3606f0ecd0d4c4efc64d262b0184b392deaa..f983225266dc7fa2066a5db6b0e929143f603ec1 100644 (file)
@@ -1331,6 +1331,7 @@ static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data,
                                sb->s_blocksize - offset : toread;
 
                tmp_bh.b_state = 0;
+               tmp_bh.b_size = sb->s_blocksize;
                err = ext2_get_block(inode, blk, &tmp_bh, 0);
                if (err < 0)
                        return err;