Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760615Ab0GSLRK (ORCPT ); Mon, 19 Jul 2010 07:17:10 -0400 Received: from norkia.v3.sk ([91.210.183.14]:54001 "EHLO norkia.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760572Ab0GSLRA (ORCPT ); Mon, 19 Jul 2010 07:17:00 -0400 From: Lubomir Rintel To: Christoph Hellwig Cc: Linux Kernel Mailing List , Andrew Morton , Lubomir Rintel , Christoph Hellwig Subject: [PATCH 1/3] [fs/sysv] Add v7 alias Date: Mon, 19 Jul 2010 19:16:40 +0200 Message-Id: <1279559802-19154-2-git-send-email-lkundrak@v3.sk> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1279559802-19154-1-git-send-email-lkundrak@v3.sk> References: <1279559802-19154-1-git-send-email-lkundrak@v3.sk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 26 So that the module gets autoloaded when a v7 filesystem is mounted. Cc: Christoph Hellwig Signed-off-by: Lubomir Rintel --- fs/sysv/super.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/sysv/super.c b/fs/sysv/super.c index 5a903da..bd8d141 100644 --- a/fs/sysv/super.c +++ b/fs/sysv/super.c @@ -560,4 +560,5 @@ static void __exit exit_sysv_fs(void) module_init(init_sysv_fs) module_exit(exit_sysv_fs) +MODULE_ALIAS("v7"); MODULE_LICENSE("GPL"); -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/