Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27934
b: refs/heads/master
c: 52b5108
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 21, 2006
1 parent 15695b7 commit 58852a1
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: 3db3a445308b3cee9bbbd8baa6d05081c9532da0
refs/heads/master: 52b5108ca7490c0609e4dbddd8439bc03d702c99
2 changes: 1 addition & 1 deletion trunk/fs/ext3/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static void free_rb_tree_fname(struct rb_root *root)
* beginning of the loop and try to free the parent
* node.
*/
parent = n->rb_parent;
parent = rb_parent(n);
fname = rb_entry(n, struct fname, rb_hash);
while (fname) {
struct fname * old = fname;
Expand Down

0 comments on commit 58852a1

Please sign in to comment.