summaryrefslogtreecommitdiffstats
path: root/fs/befs/linuxvfs.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-18 17:34:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-18 17:34:14 +0100
commitc45bb8cb72136bf23d18926113bff04c8cc90813 (patch)
treeae49a32f9c2536383c50d426c2eba1c7da1f22cf /fs/befs/linuxvfs.c
parentstaging: comedi: ni_labpc: fix common detach (diff)
parentLinux 3.9-rc3 (diff)
downloadlinux-c45bb8cb72136bf23d18926113bff04c8cc90813.tar.xz
linux-c45bb8cb72136bf23d18926113bff04c8cc90813.zip
Merge 3.9-rc3 into staging-next
This resolves the merge error due to removing the ccg staging driver, and picks up the other staging driver fixes that went into 3.9-rc3. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/befs/linuxvfs.c')
-rw-r--r--fs/befs/linuxvfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index c8f4e25eb9e2..8615ee89ab55 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -951,6 +951,7 @@ static struct file_system_type befs_fs_type = {
.kill_sb = kill_block_super,
.fs_flags = FS_REQUIRES_DEV,
};
+MODULE_ALIAS_FS("befs");
static int __init
init_befs_fs(void)