[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091204021444.GA8392@x200>
Date: Fri, 4 Dec 2009 05:14:44 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: linux-kernel@...r.kernel.org
Cc: mm-commits@...r.kernel.org, h-shimamoto@...jp.nec.com,
chris.mason@...cle.com, konishi.ryusuke@....ntt.co.jp,
swhiteho@...hat.com, tytso@....edu
Subject: Re: + task_struct-make-journal_info-conditional.patch added to -mm
tree
On Thu, Dec 03, 2009 at 02:40:57PM -0800, akpm@...ux-foundation.org wrote:
> --- a/include/linux/sched.h~task_struct-make-journal_info-conditional
> +++ a/include/linux/sched.h
> @@ -1452,8 +1452,10 @@ struct task_struct {
> gfp_t lockdep_reclaim_gfp;
> #endif
>
> +#ifdef CONFIG_FS_JOURNAL_INFO
> /* journalling filesystem info */
> void *journal_info;
> +#endif
This will prevent using e.g. ext3 on CONFIG_EXT3_FS=n kernels.
--
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