1
0
Fork 0

Add v7 alias

So that the module gets autoloaded when a v7 filesystem is mounted.

Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
wifi-calibration
Lubomir Rintel 2010-07-19 19:16:40 +02:00 committed by Al Viro
parent 8cef9c6735
commit b76212d7f1
1 changed files with 1 additions and 0 deletions

View File

@ -559,4 +559,5 @@ static void __exit exit_sysv_fs(void)
module_init(init_sysv_fs)
module_exit(exit_sysv_fs)
MODULE_ALIAS("v7");
MODULE_LICENSE("GPL");