[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87r57mykxt.fsf@linux.vnet.ibm.com>
Date: Wed, 25 May 2011 18:52:06 +0530
From: "Aneesh Kumar K.V" <aneesh.kumar@...ux.vnet.ibm.com>
To: Jonas Gorski <jonas.gorski@...il.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] exportfs: reallow building as a module
On Tue, 24 May 2011 20:12:08 +0200, Jonas Gorski <jonas.gorski@...il.com> wrote:
> Commit 990d6c2d7aee921e3bce22b2d6a750fd552262be ("vfs: Add name to file
> handle conversion support") changed EXPORTFS to be a bool.
> This was needed for earlier revisions of the original patch, but the actual
> commit put the code needing it into its own file that only gets compiled
> when FHANDLE is selected which in turn selects EXPORTFS.
> So EXPORTFS can be safely compiled as a module when not selecting FHANDLE.
>
> Signed-off-by: Jonas Gorski <jonas.gorski@...il.com>
> ---
> fs/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/Kconfig b/fs/Kconfig
> index f3aa9b0..efb7d4e 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -47,7 +47,7 @@ config FS_POSIX_ACL
> def_bool n
>
> config EXPORTFS
> - bool
> + tristate
>
> config FILE_LOCKING
> bool "Enable POSIX file locking API" if EXPERT
Acked-by: Aneesh Kumar K.V <aneesh.kumar@...ux.vnet.ibm.com>
--
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