Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/1] nfs : Define NFS_FS only when FILE_LOCKING is enabled
       [not found] ` <ea11fea30901290722s5d9fe1b4y8f6142bcd137eb2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-01-30  4:38   ` Manish Katiyar
       [not found]     ` <ea11fea30901292038h5810bde4lf83470332b6b72c9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Manish Katiyar @ 2009-01-30  4:38 UTC (permalink / raw)
  To: J. Bruce Fields, Trond Myklebust, linux-nfs

Hi Bruce,

I didn't see this one merged in your 2.6.30 tree. Was it missed (since
I had sent it to wrong list by mistake). Please ignore if already
merged.


Below patch enables NFS_FS only when FILE_LOCKING is enabled.

Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
---
 fs/nfs/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 36fe20d..e93151e 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -1,6 +1,7 @@
 config NFS_FS
       tristate "NFS client support"
       depends on INET
+       depends on FILE_LOCKING
       select LOCKD
       select SUNRPC
       select NFS_ACL_SUPPORT if NFS_V3_ACL
--
1.5.4.3


Thanks -
Manish

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] nfs : Define NFS_FS only when FILE_LOCKING is enabled
       [not found]     ` <ea11fea30901292038h5810bde4lf83470332b6b72c9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-01-30 15:06       ` J. Bruce Fields
  2009-01-30 16:40         ` J. Bruce Fields
  0 siblings, 1 reply; 3+ messages in thread
From: J. Bruce Fields @ 2009-01-30 15:06 UTC (permalink / raw)
  To: Manish Katiyar; +Cc: Trond Myklebust, linux-nfs

On Fri, Jan 30, 2009 at 10:08:11AM +0530, Manish Katiyar wrote:
> Hi Bruce,
> 
> I didn't see this one merged in your 2.6.30 tree. Was it missed (since
> I had sent it to wrong list by mistake). Please ignore if already
> merged.

It should be there at:

	git://linux-nfs.org/~bfields/linux.git for-2.6.30

--b.

> 
> 
> Below patch enables NFS_FS only when FILE_LOCKING is enabled.
> 
> Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
> ---
>  fs/nfs/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
> index 36fe20d..e93151e 100644
> --- a/fs/nfs/Kconfig
> +++ b/fs/nfs/Kconfig
> @@ -1,6 +1,7 @@
>  config NFS_FS
>        tristate "NFS client support"
>        depends on INET
> +       depends on FILE_LOCKING
>        select LOCKD
>        select SUNRPC
>        select NFS_ACL_SUPPORT if NFS_V3_ACL
> --
> 1.5.4.3
> 
> 
> Thanks -
> Manish

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] nfs : Define NFS_FS only when FILE_LOCKING is enabled
  2009-01-30 15:06       ` J. Bruce Fields
@ 2009-01-30 16:40         ` J. Bruce Fields
  0 siblings, 0 replies; 3+ messages in thread
From: J. Bruce Fields @ 2009-01-30 16:40 UTC (permalink / raw)
  To: Manish Katiyar; +Cc: Trond Myklebust, linux-nfs

On Fri, Jan 30, 2009 at 10:06:40AM -0500, J. Bruce Fields wrote:
> On Fri, Jan 30, 2009 at 10:08:11AM +0530, Manish Katiyar wrote:
> > Hi Bruce,
> > 
> > I didn't see this one merged in your 2.6.30 tree. Was it missed (since
> > I had sent it to wrong list by mistake). Please ignore if already
> > merged.
> 
> It should be there at:
> 
> 	git://linux-nfs.org/~bfields/linux.git for-2.6.30

(Whoops, sorry, didn't notice this was the client-side half.  Trond'll
get that.)

--b.

> 
> --b.
> 
> > 
> > 
> > Below patch enables NFS_FS only when FILE_LOCKING is enabled.
> > 
> > Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
> > ---
> >  fs/nfs/Kconfig |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
> > index 36fe20d..e93151e 100644
> > --- a/fs/nfs/Kconfig
> > +++ b/fs/nfs/Kconfig
> > @@ -1,6 +1,7 @@
> >  config NFS_FS
> >        tristate "NFS client support"
> >        depends on INET
> > +       depends on FILE_LOCKING
> >        select LOCKD
> >        select SUNRPC
> >        select NFS_ACL_SUPPORT if NFS_V3_ACL
> > --
> > 1.5.4.3
> > 
> > 
> > Thanks -
> > Manish
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-30 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ea11fea30901290722s5d9fe1b4y8f6142bcd137eb2@mail.gmail.com>
     [not found] ` <ea11fea30901290722s5d9fe1b4y8f6142bcd137eb2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-01-30  4:38   ` [PATCH 0/1] nfs : Define NFS_FS only when FILE_LOCKING is enabled Manish Katiyar
     [not found]     ` <ea11fea30901292038h5810bde4lf83470332b6b72c9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-01-30 15:06       ` J. Bruce Fields
2009-01-30 16:40         ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox