diff options
author | Zheng Lv <lv.zheng.2015@gmail.com> | 2016-06-20 23:51:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-21 13:36:31 +0200 |
commit | dcc381e8330e087402084647d048a168fb948e1c (patch) | |
tree | a4382b5126f0eb7c7f994f3dd2791102e41ea320 /fs | |
parent | aecf4e9bafa586bcc11d00e831ca1ddd00f6c6a7 (diff) | |
download | linux-dcc381e8330e087402084647d048a168fb948e1c.tar.gz linux-dcc381e8330e087402084647d048a168fb948e1c.tar.bz2 linux-dcc381e8330e087402084647d048a168fb948e1c.zip |
fat: fix typo s/supeblock/superblock/
Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/fat/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 3bcf57925dca..b902c89fa8b9 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c @@ -1589,7 +1589,7 @@ int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, /* * GFP_KERNEL is ok here, because while we do hold the - * supeblock lock, memory pressure can't call back into + * superblock lock, memory pressure can't call back into * the filesystem, since we're only just about to mount * it and have no inodes etc active! */ |