VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / vserver / dlimit.h
index 74872ed..c0cfafc 100644 (file)
@@ -57,7 +57,9 @@ struct dl_info {
        unsigned int dl_nrlmult;                /* non root limit mult */
 };
 
-extern void rcu_free_dl_info(void *);
+struct rcu_head;
+
+extern void rcu_free_dl_info(struct rcu_head *);
 extern void unhash_dl_info(struct dl_info *);
 
 extern struct dl_info *locate_dl_info(struct super_block *, xid_t);