fs: Limit sys_mount to only request filesystem modules. (Part 3)
Somehow I failed to add the MODULE_ALIAS_FS for cifs, hostfs, hpfs, squashfs, and udf despite what I thought were my careful checks :( Add them now. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
@@ -688,6 +688,7 @@ static struct file_system_type hpfs_fs_type = {
|
||||
.kill_sb = kill_block_super,
|
||||
.fs_flags = FS_REQUIRES_DEV,
|
||||
};
|
||||
MODULE_ALIAS_FS("hpfs");
|
||||
|
||||
static int __init init_hpfs_fs(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user