On Wednesday, October 19, 2011 11:20:47 Marek Lindner wrote:
-void free_rcu_tt_global_entry(struct rcu_head *rcu) -{
struct tt_global_entry *tt_global_entry;
tt_global_entry = container_of(rcu, struct tt_global_entry, rcu);
kfree(tt_global_entry);
-}
If you remove the function from compat.c please also remove its declaration in compat.h.
My fault - the compat.h cleanup is there. Next time I'll read the patch 3 times before commenting. ;-)
Regards, Marek