linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] quota: fix QUOTACTL kconfig for gfs2
@ 2010-08-11 23:24 Randy Dunlap
  2010-08-12  2:46 ` Jan Kara
  0 siblings, 1 reply; 10+ messages in thread
From: Randy Dunlap @ 2010-08-11 23:24 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Jan Kara, Steven Whitehouse

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

warning: (GFS2_FS && BLOCK && EXPERIMENTAL && (64BIT || LBDAF)) selects QUOTACTL which has unmet direct dependencies (XFS_QUOTA || QUOTA)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc:	Steven Whitehouse <swhiteho@redhat.com>
Cc:	cluster-devel@redhat.com
---
 fs/quota/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

However, the "depends on" line here seems like overkill to me.


--- linux-next-20100810.orig/fs/quota/Kconfig
+++ linux-next-20100810/fs/quota/Kconfig
@@ -65,7 +65,7 @@ config QFMT_V2
 
 config QUOTACTL
 	bool
-	depends on XFS_QUOTA || QUOTA
+	depends on XFS_QUOTA || QUOTA || GFS2_FS
 	default y
 
 config QUOTACTL_COMPAT

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

end of thread, other threads:[~2010-08-17 15:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 23:24 [PATCH -next] quota: fix QUOTACTL kconfig for gfs2 Randy Dunlap
2010-08-12  2:46 ` Jan Kara
2010-08-12 15:39   ` Randy Dunlap
2010-08-12 15:57     ` Steven Whitehouse
2010-08-12 16:03       ` Randy Dunlap
2010-08-12 16:14         ` Christoph Hellwig
2010-08-12 16:34         ` Steven Whitehouse
2010-08-12 16:41           ` Randy Dunlap
2010-08-17 10:22     ` Jan Kara
2010-08-17 15:03       ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).