Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133
b: refs/heads/master
c: e821d94
h: refs/heads/master
i:
  131: ddd6338
v: v3
  • Loading branch information
Niu YaWei authored and Linus Torvalds committed Apr 16, 2005
1 parent 35e2f6a commit 1cfcbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 31e7ad6ac919761f0486f7781b02ff3ab54b6ef1
refs/heads/master: e821d94d34af23a31a16ead78e8b685b750c8c3d
3 changes: 2 additions & 1 deletion trunk/fs/quota_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,8 @@ static int remove_tree(struct dquot *dquot, uint *blk, int depth)
int i;
ref[GETIDINDEX(dquot->dq_id, depth)] = cpu_to_le32(0);
for (i = 0; i < V2_DQBLKSIZE && !buf[i]; i++); /* Block got empty? */
if (i == V2_DQBLKSIZE) {
/* Don't put the root block into the free block list */
if (i == V2_DQBLKSIZE && *blk != V2_DQTREEOFF) {
put_free_dqblk(sb, type, buf, *blk);
*blk = 0;
}
Expand Down

0 comments on commit 1cfcbbc

Please sign in to comment.