diff options
Diffstat (limited to 'fs/ocfs2/dlmfs/dlmfs.c')
| -rw-r--r-- | fs/ocfs2/dlmfs/dlmfs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/ocfs2/dlmfs/dlmfs.c b/fs/ocfs2/dlmfs/dlmfs.c index 4c5fc8d77dc..12bafb7265c 100644 --- a/fs/ocfs2/dlmfs/dlmfs.c +++ b/fs/ocfs2/dlmfs/dlmfs.c @@ -640,6 +640,7 @@ static struct file_system_type dlmfs_fs_type = {  	.mount		= dlmfs_mount,  	.kill_sb	= kill_litter_super,  }; +MODULE_ALIAS_FS("ocfs2_dlmfs");  static int __init init_dlmfs_fs(void)  { |