Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98687
b: refs/heads/master
c: 10dd08d
h: refs/heads/master
i:
  98685: e9ff2f3
  98683: 457d532
  98679: 68311c9
  98671: 4ef01b1
  98655: b81700f
  98623: d443932
  98559: b15503f
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Jul 4, 2008
1 parent f8b3055 commit 116eb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d04e4fbf8fc9f5136a64d45e2c20de095c08efb
refs/heads/master: 10dd08dc04c881dcc9f7f19e2a3ad8e0778e4db5
4 changes: 3 additions & 1 deletion trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2165,8 +2165,10 @@ static ssize_t reiserfs_quota_write(struct super_block *sb, int type,
blk++;
}
out:
if (len == towrite)
if (len == towrite) {
mutex_unlock(&inode->i_mutex);
return err;
}
if (inode->i_size < off + len - towrite)
i_size_write(inode, off + len - towrite);
inode->i_version++;
Expand Down

0 comments on commit 116eb12

Please sign in to comment.