From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f195.google.com ([209.85.220.195]:35903 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752101AbcFUDzq (ORCPT ); Mon, 20 Jun 2016 23:55:46 -0400 Received: by mail-qk0-f195.google.com with SMTP id l81so777052qke.3 for ; Mon, 20 Jun 2016 20:54:12 -0700 (PDT) From: Zheng Lv To: linux-fsdevel@vger.kernel.org Cc: hirofumi@mail.parknet.co.jp, Zheng Lv , trivial@kernel.org Subject: [PATCH] fat: fix typo s/supeblock/superblock/ Date: Mon, 20 Jun 2016 23:51:29 -0400 Message-Id: <1466481089-27097-1-git-send-email-lv.zheng.2015@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Zheng Lv 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