Received: from mnm [127.0.0.1] by localhost with POP3 (fetchmail-5.9.0) for akpm@localhost (single-drop); Thu, 01 Jan 2004 08:36:35 -0800 (PST) Received: from fire-1.osdl.org (air1.pdx.osdl.net [172.20.0.5]) by mail.osdl.org (8.11.6/8.11.6) with ESMTP id i01GZhM16327 for ; Thu, 1 Jan 2004 08:35:43 -0800 Received: from mail.lst.de (verein.lst.de [212.34.189.10]) by fire-1.osdl.org (8.12.8/8.12.8) with ESMTP id i01GZeN2031051 for ; Thu, 1 Jan 2004 08:35:42 -0800 Received: from verein.lst.de (localhost [127.0.0.1]) by mail.lst.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id i01GZcst000668 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 1 Jan 2004 17:35:39 +0100 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id i01GZcDQ000666 for akpm@osdl.org; Thu, 1 Jan 2004 17:35:38 +0100 Date: Thu, 1 Jan 2004 17:35:38 +0100 From: Christoph Hellwig To: akpm@osdl.org Subject: [PATCH] MODULE_ALIAS for freevxfs Message-ID: <20040101163538.GA654@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Spam-Score: -3 () PATCH_UNIFIED_DIFF,USER_AGENT_MUTT X-Scanned-By: MIMEDefang 2.36 X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) X-MIMEDefang-Filter: osdl$Revision: 1.45 $ X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mnm X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=2.0 tests=BAYES_00 autolearn=ham version=2.60 Now that modutils don't have built-in aliases anymore this is needed to make mount -t vxfs autload the module. --- 1.16/fs/freevxfs/vxfs_super.c Fri Jun 20 22:16:06 2003 +++ edited/fs/freevxfs/vxfs_super.c Thu Jan 1 14:26:45 2004 @@ -53,6 +53,8 @@ MODULE_DESCRIPTION("Veritas Filesystem (VxFS) driver"); MODULE_LICENSE("Dual BSD/GPL"); +MODULE_ALIAS("vxfs"); /* makes mount -t vxfs autoload the module */ + static void vxfs_put_super(struct super_block *); static int vxfs_statfs(struct super_block *, struct kstatfs *);