Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33154
b: refs/heads/master
c: 8bcb283
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed Jul 28, 2006
1 parent 0e7a352 commit e196706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 115ff50bade0f93a288677745a5884def6cbf9b1
refs/heads/master: 8bcb2839b74d605f5549962a6e69dc07768e95b6
1 change: 1 addition & 0 deletions trunk/fs/jfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ static ssize_t jfs_quota_write(struct super_block *sb, int type,
sb->s_blocksize - offset : towrite;

tmp_bh.b_state = 0;
tmp_bh.b_size = 1 << inode->i_blkbits;
err = jfs_get_block(inode, blk, &tmp_bh, 1);
if (err)
goto out;
Expand Down

0 comments on commit e196706

Please sign in to comment.