* [PATCH] fat: fix typo s/supeblock/superblock/
@ 2016-06-21 3:51 Zheng Lv
2016-06-22 20:34 ` OGAWA Hirofumi
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Lv @ 2016-06-21 3:51 UTC (permalink / raw)
To: linux-fsdevel; +Cc: hirofumi, Zheng Lv, trivial
Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com>
Cc: trivial@kernel.org
---
fs/fat/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fat/inode.c b/fs/fat/inode.c
index 3bcf579..b902c89 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!
*/
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fat: fix typo s/supeblock/superblock/
2016-06-21 3:51 [PATCH] fat: fix typo s/supeblock/superblock/ Zheng Lv
@ 2016-06-22 20:34 ` OGAWA Hirofumi
0 siblings, 0 replies; 2+ messages in thread
From: OGAWA Hirofumi @ 2016-06-22 20:34 UTC (permalink / raw)
To: Andrew Morton; +Cc: Zheng Lv, linux-fsdevel, trivial
Zheng Lv <lv.zheng.2015@gmail.com> writes:
> Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com>
> Cc: trivial@kernel.org
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
> ---
> fs/fat/inode.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/fat/inode.c b/fs/fat/inode.c
> index 3bcf579..b902c89 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!
> */
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-22 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 3:51 [PATCH] fat: fix typo s/supeblock/superblock/ Zheng Lv
2016-06-22 20:34 ` OGAWA Hirofumi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).