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 07:36:31 -0400 |
commit | dcc381e8330e087402084647d048a168fb948e1c (patch) | |
tree | a4382b5126f0eb7c7f994f3dd2791102e41ea320 /fs/fat | |
parent | aecf4e9bafa586bcc11d00e831ca1ddd00f6c6a7 (diff) |
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/fat')
-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, | |||
1589 | 1589 | ||
1590 | /* | 1590 | /* |
1591 | * GFP_KERNEL is ok here, because while we do hold the | 1591 | * GFP_KERNEL is ok here, because while we do hold the |
1592 | * supeblock lock, memory pressure can't call back into | 1592 | * superblock lock, memory pressure can't call back into |
1593 | * the filesystem, since we're only just about to mount | 1593 | * the filesystem, since we're only just about to mount |
1594 | * it and have no inodes etc active! | 1594 | * it and have no inodes etc active! |
1595 | */ | 1595 | */ |