Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g4KEMcnC023615 for ; Mon, 20 May 2002 07:22:38 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g4KEMciQ023614 for linux-xfs-outgoing; Mon, 20 May 2002 07:22:38 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from ledzep.americas.sgi.com (eaganfw1.sgi.com [198.149.7.1]) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g4KEMXnC023588 for ; Mon, 20 May 2002 07:22:33 -0700 Received: from daisy-e185.americas.sgi.com (daisy-e185.americas.sgi.com [128.162.185.214]) by ledzep.americas.sgi.com (SGI-SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id JAA44790; Mon, 20 May 2002 09:23:13 -0500 (CDT) Received: from slobber.americas.sgi.com (slobber.americas.sgi.com [128.162.187.52]) by daisy-e185.americas.sgi.com (SGI-8.9.3/SGI-server-1.7) with ESMTP id JAA49194; Mon, 20 May 2002 09:21:56 -0500 (CDT) Received: from slobber.americas.sgi.com by slobber.americas.sgi.com (SGI-8.9.3/SGI-client-1.7) via ESMTP id JAA25183; Mon, 20 May 2002 09:21:56 -0500 (CDT) Message-Id: <200205201421.JAA25183@slobber.americas.sgi.com> To: Keith Owens cc: linux-xfs@oss.sgi.com Subject: Re: DMAPI as module (kernel compilation failure). Date: Mon, 20 May 2002 09:21:56 -0500 From: Dean Roehrich Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk >=========================================================================== >Index: linux/fs/Config.in >=========================================================================== > >--- /usr/tmp/TmpDir.27777-0/linux/fs/Config.in_1.77 Fri Apr 19 11:58:11 200 >2 >+++ linux/fs/Config.in Fri Apr 19 11:50:22 2002 >@@ -100,8 +100,16 @@ > dep_mbool ' Enable XFS Realtime support' CONFIG_XFS_RT $CONFIG_XFS_FS > dep_mbool ' Enable XFS Quota' CONFIG_XFS_QUOTA $CONFIG_XFS_FS > if [ "$CONFIG_XFS_FS" != "n" ]; then >+ # Current DMAPI code has calls from XFS to DMAPI. This requires that >+ # DMAPI be built in if selected and XFS is built in. Valid combinations >+ # XFS=n, DMAPI=n >+ # XFS=y, DMAPI=[yn] >+ # XFS=m, DMAPI=[mn] > dep_tristate ' Enable XFS DMAPI' CONFIG_XFS_DMAPI $CONFIG_XFS_FS > if [ "$CONFIG_XFS_DMAPI" != "n" ]; then >+ if [ "$CONFIG_XFS_FS" = "y" ]; then >+ define_tristate CONFIG_XFS_DMAPI y >+ fi > define_bool CONFIG_HAVE_XFS_DMAPI y > fi > fi Check it in when you get a chance, please. Dean