| To: | xfs-masters@xxxxxxxxxxx, lkml <linux-kernel@xxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH -next] xfs: eliminate kconfig dependency warning |
| From: | Randy Dunlap <randy.dunlap@xxxxxxxxxx> |
| Date: | Wed, 13 Oct 2010 21:01:42 -0700 |
| Cc: | Alex Elder <aelder@xxxxxxx>, akpm <akpm@xxxxxxxxxxxxxxxxxxxx> |
| Organization: | Oracle Linux Eng. |
From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
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@xxxxxxxxxx>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | linux-next: build failure after merge of the xfs tree, Stephen Rothwell |
|---|---|
| Next by Date: | Re: [PATCH -next] xfs: eliminate kconfig dependency warning, Dave Chinner |
| Previous by Thread: | linux-next: build failure after merge of the xfs tree, Stephen Rothwell |
| Next by Thread: | Re: [PATCH -next] xfs: eliminate kconfig dependency warning, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |