lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Oct 2010 21:01:42 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	xfs-masters@....sgi.com, lkml <linux-kernel@...r.kernel.org>
Cc:	Alex Elder <aelder@....com>, akpm <akpm@...ux-foundation.org>
Subject: [PATCH -next] xfs: eliminate kconfig dependency warning

From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ