diff --git a/[refs] b/[refs] index c56989b71787..4a67a2f043b6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 620372a9ffc6f1239a4f379ff145de9e4b5d23ba +refs/heads/master: c16831b4cc9b0805adf8ca3001752a7ec10a17bf diff --git a/trunk/fs/ext2/super.c b/trunk/fs/ext2/super.c index 7c6e3606f0ec..f983225266dc 100644 --- a/trunk/fs/ext2/super.c +++ b/trunk/fs/ext2/super.c @@ -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;