Received: with ECARTIS (v1.0.0; list xfs); Mon, 12 May 2008 22:50:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m4D5oMvD024105 for ; Mon, 12 May 2008 22:50:23 -0700 X-ASG-Debug-ID: 1210657868-308c02ca0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from smtp5-g19.free.fr (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 50AEE16A721D for ; Mon, 12 May 2008 22:51:09 -0700 (PDT) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by cuda.sgi.com with ESMTP id VzernGI891CuPGmH for ; Mon, 12 May 2008 22:51:09 -0700 (PDT) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 5137D3F6169; Tue, 13 May 2008 07:51:08 +0200 (CEST) Received: from olorin (wmh38-1-82-225-54-107.fbx.proxad.net [82.225.54.107]) by smtp5-g19.free.fr (Postfix) with ESMTP id A62C83F61CD; Tue, 13 May 2008 07:51:07 +0200 (CEST) Date: Tue, 13 May 2008 07:51:07 +0200 From: FD Cami To: Donald Douwsma Cc: Georgi Chorbadzhiyski , xfs@oss.sgi.com, jfs-discussion@lists.sourceforge.net, cluster-devel@redhat.com, Linux Kernel Mailing List , volkerdi@slackware.com X-ASG-Orig-Subj: Re: Unneeded kernel threads (xfs, jfs, gfs2) Subject: Re: Unneeded kernel threads (xfs, jfs, gfs2) Message-ID: <20080513075107.2edc44d3@olorin> In-Reply-To: <48292742.8090409@sgi.com> References: <4828CAC6.3090402@unixsol.org> <48292742.8090409@sgi.com> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Barracuda-Connect: smtp5-g19.free.fr[212.27.42.35] X-Barracuda-Start-Time: 1210657870 X-Barracuda-Bayes: INNOCENT GLOBAL 0.1967 1.0000 -0.8454 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -0.85 X-Barracuda-Spam-Status: No, SCORE=-0.85 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.1, rules version 3.1.50214 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV 0.91.2/6021/Wed Feb 27 15:55:48 2008 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 15856 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: francois.cami@free.fr Precedence: bulk X-list: xfs On Tue, 13 May 2008 15:29:38 +1000 Donald Douwsma wrote: > Georgi Chorbadzhiyski wrote: > > Hi guys, I know that not all kernel thread users are converted to > > start only when needed but the following is little annoying specially > > when I'm not even using jfs, xfs and gfs2. > > > > Look at the ps output from a standard distro 2.6.24.5 kernel after a > > fresh boot: > ... > > > > > Kernel config can be found here: > > http://mirrors.unixsol.org/slackware/slackware-12.1/kernels/hugesmp.s/config > > > > Your distro is building all of these modules into the kernel. > CONFIG_XFS_FS=y > CONFIG_JFS_FS=y > CONFIG_GFS2_FS=y > > This isnt exactly standard practice, normally they'd be set to =m and only > used if required to mount a filesystem. You may want to ask the slackware > people why they chose to do this for their hugexxx.s kernels. To be able to use those filesystems on root partitions without requiring an initrd. Georgi might be interested to use the generic kernel instead of the huge one, it is available there : http://mirrors.unixsol.org/slackware/slackware-12.1/slackware/a/kernel-generic-smp-2.6.24.5_smp-i686-2.tgz Documentation : http://mirrors.unixsol.org/slackware/slackware-12.1/README.TXT http://mirrors.unixsol.org/slackware/slackware-12.1/README.initrd http://mirrors.unixsol.org/slackware/slackware-12.1/RELEASE_NOTES Cheers Francois