public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] xfs: eliminate kconfig dependency warning
@ 2010-10-14  4:01 Randy Dunlap
  2010-10-14  4:48 ` Dave Chinner
  2010-10-14  9:25 ` [xfs-masters] " Christoph Hellwig
  0 siblings, 2 replies; 8+ messages in thread
From: Randy Dunlap @ 2010-10-14  4:01 UTC (permalink / raw)
  To: xfs-masters, lkml; +Cc: Alex Elder, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kconfig dependency warning to satisfy dependencies:

warning: (XFS_FS && BLOCK || NFSD && NETWORK_FILESYSTEMS && INET && FILE_LOCKING && BKL) selects EXPORTFS which has unmet direct dependencies (NETWORK_FILESYSTEMS)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 fs/xfs/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20101013.orig/fs/xfs/Kconfig
+++ linux-next-20101013/fs/xfs/Kconfig
@@ -1,6 +1,6 @@
 config XFS_FS
 	tristate "XFS filesystem support"
-	depends on BLOCK
+	depends on BLOCK && NETWORK_FILESYSTEMS
 	select EXPORTFS
 	help
 	  XFS is a high performance journaling filesystem which originated

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

end of thread, other threads:[~2010-10-14 22:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14  4:01 [PATCH -next] xfs: eliminate kconfig dependency warning Randy Dunlap
2010-10-14  4:48 ` Dave Chinner
2010-10-14  9:25 ` [xfs-masters] " Christoph Hellwig
2010-10-14 15:44   ` Randy Dunlap
2010-10-14 17:18   ` Randy Dunlap
2010-10-14 20:55     ` Dave Chinner
2010-10-14 21:03       ` Randy Dunlap
2010-10-14 22:32     ` Christoph Hellwig

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