Skip to content

Commit

Permalink
Add v7 alias
Browse files Browse the repository at this point in the history
So that the module gets autoloaded when a v7 filesystem is mounted.

Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Lubomir Rintel <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
lkundrak authored and Al Viro committed Aug 11, 2010
1 parent 8cef9c6 commit b76212d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/sysv/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit b76212d

Please sign in to comment.