cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [GFS2] Need to ensure sector_t is 64bits for GFS2
@ 2008-02-27 18:34 Steven Whitehouse
  2008-03-06 23:43 ` [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code Abhijith Das
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Whitehouse @ 2008-02-27 18:34 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

We need to ensure that sector_t is 64bits for GFS2, so that we need to
depend on LBD as well as LSF.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index d147b53..7f7947e 100644
--- a/fs/gfs2/Kconfig
+++ b/fs/gfs2/Kconfig
@@ -1,6 +1,6 @@
 config GFS2_FS
 	tristate "GFS2 file system support"
-	depends on EXPERIMENTAL && (64BIT || LSF)
+	depends on EXPERIMENTAL && (64BIT || (LSF && LBD))
 	select FS_POSIX_ACL
 	select CRC32
 	help




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

end of thread, other threads:[~2008-03-07  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 18:34 [Cluster-devel] [GFS2] Need to ensure sector_t is 64bits for GFS2 Steven Whitehouse
2008-03-06 23:43 ` [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code Abhijith Das
2008-03-07  9:03   ` Steven Whitehouse

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).