diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-04-02 11:44:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-04-02 11:44:51 +0200 |
commit | ea019fdf1a2aa4134ce90801f7b36680d0fbd785 (patch) | |
tree | ab44af35ae3e75f7fe60391274aa8a0a09a15c15 /fs/nilfs2/super.c | |
parent | 55a63d4da3b8850480a1c5b222f77c739e30e346 (diff) | |
parent | 40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a (diff) | |
download | linux-ea019fdf1a2aa4134ce90801f7b36680d0fbd785.tar.gz linux-ea019fdf1a2aa4134ce90801f7b36680d0fbd785.tar.bz2 linux-ea019fdf1a2aa4134ce90801f7b36680d0fbd785.zip |
Merge tag 'asoc-fix-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.9
A few more fixes here and there, including quite a few nasty driver
specific ones, but nothing that has a major general impact.
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r-- | fs/nilfs2/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 3c991dc84f2f..c7d1f9f18b09 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -1361,6 +1361,7 @@ struct file_system_type nilfs_fs_type = { .kill_sb = kill_block_super, .fs_flags = FS_REQUIRES_DEV, }; +MODULE_ALIAS_FS("nilfs2"); static void nilfs_inode_init_once(void *obj) { |