diff options
Diffstat (limited to 'fs/9p/vfs_super.c')
-rw-r--r-- | fs/9p/vfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c index 083ed5af8a1e..b0a0ae509c00 100644 --- a/fs/9p/vfs_super.c +++ b/fs/9p/vfs_super.c | |||
@@ -261,7 +261,7 @@ static struct super_operations v9fs_super_ops = { | |||
261 | }; | 261 | }; |
262 | 262 | ||
263 | struct file_system_type v9fs_fs_type = { | 263 | struct file_system_type v9fs_fs_type = { |
264 | .name = "9P", | 264 | .name = "9p", |
265 | .get_sb = v9fs_get_sb, | 265 | .get_sb = v9fs_get_sb, |
266 | .kill_sb = v9fs_kill_super, | 266 | .kill_sb = v9fs_kill_super, |
267 | .owner = THIS_MODULE, | 267 | .owner = THIS_MODULE, |