Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199358
b: refs/heads/master
c: 1513b02
h: refs/heads/master
v: v3
  • Loading branch information
Venkatesh Pallipadi authored and Jan Kara committed May 27, 2010
1 parent 20898b9 commit c2c49a6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4dea496974e41814cc715db0268226c6f71f7c8a
refs/heads/master: 1513b02c8b537af275ea74fdfb380c618b9e6778
2 changes: 1 addition & 1 deletion trunk/fs/ext3/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static void free_rb_tree_fname(struct rb_root *root)
kfree (old);
}
if (!parent)
root->rb_node = NULL;
*root = RB_ROOT;
else if (parent->rb_left == n)
parent->rb_left = NULL;
else if (parent->rb_right == n)
Expand Down

0 comments on commit c2c49a6

Please sign in to comment.