All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKEN
@ 2011-05-22 11:55 Jeff Layton
       [not found] ` <1306065324-24604-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Jeff Layton @ 2011-05-22 11:55 UTC (permalink / raw)
  To: smfrench-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA

This will never work properly with CIFS, as the protocol has no ability
whatsoever for looking up files by filehandle. It *might* be possible to
eventually do this with SMB2, but that remains to be seen.

For now, it just plain doesn't work. Mark it BROKEN to discourage
distros from enabling it.

Signed-off-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 fs/cifs/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index 75c47cd..f0f960d 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -175,6 +175,6 @@ config CIFS_SMB2
 
 config CIFS_NFSD_EXPORT
 	  bool "Allow nfsd to export CIFS file system (EXPERIMENTAL)"
-	  depends on CIFS && EXPERIMENTAL
+	  depends on CIFS && EXPERIMENTAL && BROKEN
 	  help
 	   Allows NFS server to export a CIFS mounted share (nfsd over cifs)
-- 
1.7.4.4

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

end of thread, other threads:[~2011-05-23 19:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-22 11:55 [PATCH] cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKEN Jeff Layton
     [not found] ` <1306065324-24604-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-05-22 11:59   ` Christoph Hellwig
     [not found]     ` <20110522115938.GA27941-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2011-05-22 12:17       ` Jeff Layton
     [not found]         ` <20110522081707.72cce108-4QP7MXygkU+dMjc06nkz3ljfA9RmPOcC@public.gmane.org>
2011-05-23  1:12           ` Steve French
     [not found]             ` <BANLkTim_K__5bqJG5snk+Bb+CW5dB70aQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 11:12               ` Jeff Layton
     [not found]                 ` <20110523071208.5dc935f8-4QP7MXygkU+dMjc06nkz3ljfA9RmPOcC@public.gmane.org>
2011-05-23 13:42                   ` Steve French
     [not found]                     ` <BANLkTikRqxGo3mm7h3w3-JL+Si6ZJYGPZQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 13:50                       ` Jeff Layton
     [not found]                         ` <20110523095027.2746e7c0-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2011-05-23 14:02                           ` Steve French
     [not found]                             ` <BANLkTikBOdYnb5nqf=fM3Lh1EptBmkqwbQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 14:15                               ` Jeff Layton
2011-05-23 13:54                       ` Shirish Pargaonkar
2011-05-23 16:31                       ` Gerald Carter
     [not found]                         ` <4DDA8BE6.8000001-I3iY/6WR96Zg9hUCZPvPmw@public.gmane.org>
2011-05-23 16:58                           ` Steve French
     [not found]                             ` <BANLkTikpWQaYRbaTGs5WtZ8zWrL8jeeQZQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 17:45                               ` Jeff Layton
     [not found]                                 ` <20110523134542.7d16be6d-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2011-05-23 17:52                                   ` Steve French
     [not found]                                     ` <BANLkTinX=CA_zeqNPhZpZD9JY3BNk08K_w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 18:07                                       ` Jeff Layton
     [not found]                                         ` <20110523140722.45c4ffc6-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2011-05-23 18:21                                           ` Steve French
     [not found]                                             ` <BANLkTi=NXhZ1PJKRKA1wYgbcBnw05_X8dQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 18:23                                               ` Christoph Hellwig
     [not found]                                                 ` <20110523182332.GA13791-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2011-05-23 18:24                                                   ` Steve French
     [not found]                                                     ` <BANLkTi=wCtL=eHksuLuBPX8swEJjrtiV5w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-23 18:29                                                       ` Steve French
2011-05-23 18:47                                                       ` Jeff Layton
     [not found]                                                         ` <20110523144705.56f17271-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2011-05-23 19:03                                                           ` Steve French

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.