Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcc381e8 authored by Zheng Lv's avatar Zheng Lv Committed by Jiri Kosina
Browse files

fat: fix typo s/supeblock/superblock/



Signed-off-by: default avatarZheng Lv <lv.zheng.2015@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent aecf4e9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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!
	 */