Re: Linux 2.6.27.5

From: Linus Torvalds
Date: Fri Nov 07 2008 - 18:45:32 EST




On Fri, 7 Nov 2008, Greg KH wrote:
>
> diff --git a/include/linux/sched.h b/include/linux/sched.h
> index 3d9120c..6bfb849 100644
> --- a/include/linux/sched.h
> +++ b/include/linux/sched.h
> @@ -1286,7 +1286,9 @@ struct task_struct {
> atomic_t fs_excl; /* holding fs exclusive resources */
> struct rcu_head rcu;
>
> - /*
> + struct list_head *scm_work_list;
> +
> +/*
> * cache last used pipe for splice
> */
> struct pipe_inode_info *splice_pipe;

You did somethign wrong here when merging that scm_destroy() fix. See the
badly indented comment start.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/