[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0811071543370.3468@nehalem.linux-foundation.org>
Date: Fri, 7 Nov 2008 15:44:49 -0800 (PST)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Greg KH <gregkh@...e.de>
cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>, stable@...nel.org
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists