diff options
Diffstat (limited to 'fs/ext2/super.c')
| -rw-r--r-- | fs/ext2/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 288534920fe..20d6697bd63 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -1493,6 +1493,7 @@ static ssize_t ext2_quota_write(struct super_block *sb, int type,  				sb->s_blocksize - offset : towrite;  		tmp_bh.b_state = 0; +		tmp_bh.b_size = sb->s_blocksize;  		err = ext2_get_block(inode, blk, &tmp_bh, 1);  		if (err < 0)  			goto out;  | 
