]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sched.c
[PATCH] Pass dentry, not just name, in fsnotify creation hooks.
[mv-sheeva.git] / kernel / sched.c
index e82c99f1db64328e3a7e1e2bda8aa22de0a9b537..4d46e90f59c32fcbe88f320af11794c43af9e55a 100644 (file)
@@ -178,13 +178,6 @@ static unsigned int task_timeslice(task_t *p)
 #define task_hot(p, now, sd) ((long long) ((now) - (p)->last_ran)      \
                                < (long long) (sd)->cache_hot_time)
 
-void __put_task_struct_cb(struct rcu_head *rhp)
-{
-       __put_task_struct(container_of(rhp, struct task_struct, rcu));
-}
-
-EXPORT_SYMBOL_GPL(__put_task_struct_cb);
-
 /*
  * These are the runqueue data structures:
  */