Prev: A few V7 fs improvements
Next: [PATCH 3/3] [fs/sysv] V7: Add support for non-PDP11 v7 filesystems
From: Lubomir Rintel on 19 Jul 2010 07:20 So that the module gets autoloaded when a v7 filesystem is mounted. Cc: Christoph Hellwig <hch(a)lst.de> Signed-off-by: Lubomir Rintel <lkundrak(a)v3.sk> --- 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: A few V7 fs improvements Next: [PATCH 3/3] [fs/sysv] V7: Add support for non-PDP11 v7 filesystems |