提交 52b5108c 编写于 作者: D David Woodhouse

[RBTREE] Update ext3 to use rb_parent() accessor macro.

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 3db3a445
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册