diff options
Diffstat (limited to 'fs/afs/super.c')
| -rw-r--r-- | fs/afs/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/super.c b/fs/afs/super.c index 7c31ec39957..c4861557e38 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -45,6 +45,7 @@ struct file_system_type afs_fs_type = {  	.kill_sb	= afs_kill_super,  	.fs_flags	= 0,  }; +MODULE_ALIAS_FS("afs");  static const struct super_operations afs_super_ops = {  	.statfs		= afs_statfs,  |