fs: Limit sys_mount to only request filesystem modules. (Part 3)
[deliverable/linux.git] / fs / cifs / cifsfs.c
index 1a052c0eee8eae9181e0e58ac5d0ff8852c0db8e..3cf8a15af91607bf000467e3c7c166337a8148f0 100644 (file)
@@ -777,6 +777,7 @@ struct file_system_type cifs_fs_type = {
        .kill_sb = cifs_kill_sb,
        /*  .fs_flags */
 };
+MODULE_ALIAS_FS("cifs");
 const struct inode_operations cifs_dir_inode_ops = {
        .create = cifs_create,
        .atomic_open = cifs_atomic_open,
This page took 0.038398 seconds and 5 git commands to generate.