diff options
Diffstat (limited to 'fs/configfs/mount.c')
| -rw-r--r-- | fs/configfs/mount.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/configfs/mount.c b/fs/configfs/mount.c index aee0a7ebbd8..7f26c3cf75a 100644 --- a/fs/configfs/mount.c +++ b/fs/configfs/mount.c @@ -114,6 +114,7 @@ static struct file_system_type configfs_fs_type = {  	.mount		= configfs_do_mount,  	.kill_sb	= kill_litter_super,  }; +MODULE_ALIAS_FS("configfs");  struct dentry *configfs_pin_fs(void)  {  |