Messages in this thread |  | | | Date | Fri, 7 Nov 2008 15:44:49 -0800 (PST) | | From | Linus Torvalds <> | | Subject | Re: Linux 2.6.27.5 | |
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
|  |