X-Git-Url: https://git.openfabrics.org/?p=~shefty%2Frdma-dev.git;a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=d0036e52a24a1c28eaef9e60bb5aa100aaa18af1;hp=6f420baf37ca05e7e8395eed236f0ba5f1a0fde7;hb=1792f17b7210280a3d7ff29da9614ba779cfcedb;hpb=6bff7eccb0d9bdef4123aad5399e73cbc26683a6 diff --git a/include/linux/sched.h b/include/linux/sched.h index 6f420baf37c..d0036e52a24 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1083,7 +1083,7 @@ struct sched_class { struct task_struct *task); #ifdef CONFIG_FAIR_GROUP_SCHED - void (*moved_group) (struct task_struct *p, int on_rq); + void (*task_move_group) (struct task_struct *p, int on_rq); #endif };