Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16206
b: refs/heads/master
c: e22dafb
h: refs/heads/master
v: v3
  • Loading branch information
Frank Pavlic authored and Greg Kroah-Hartman committed Jan 5, 2006
1 parent 50fba7b commit 1385cba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf74ad5bc41727d5f2f1c6bedb2c1fac394de731
refs/heads/master: e22dafbcd7a579c29a424d5203b5b33b131948a7
2 changes: 2 additions & 0 deletions trunk/lib/klist.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ void klist_iter_init_node(struct klist * k, struct klist_iter * i, struct klist_
i->i_klist = k;
i->i_head = &k->k_list;
i->i_cur = n;
if (n)
kref_get(&n->n_ref);
}

EXPORT_SYMBOL_GPL(klist_iter_init_node);
Expand Down

0 comments on commit 1385cba

Please sign in to comment.