Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1738011imm; Sat, 29 Sep 2018 03:05:33 -0700 (PDT) X-Google-Smtp-Source: ACcGV604idbwgTreZA+Ogp1shvGbuaavhWbO2v3Tsp0kVtVmnDRo8KMxHl9EZdO8opxFDpF4sNEZ X-Received: by 2002:a17:902:bc8c:: with SMTP id bb12-v6mr2461171plb.275.1538215533007; Sat, 29 Sep 2018 03:05:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538215532; cv=none; d=google.com; s=arc-20160816; b=gDd8X/h4p+qDP25lQ+3tvXb1tt3dRQsHu4T2lolvok1RU7E53LK83SQJtjOhn5G8ib PL9cFXIiZopHu1iDenzhmYDZgL0BQIDB67jYlbsxNTjk4LGlZ4exmuzDrH87Pg70UXdr g3ou1SyssOuDinRR277h2GHP5L8TDS24KYob3F/RmajMftdbFkBAkqcDKspqI2Q++lrY U87kYN/ygDzPs9oF/we0QNPA2kAoH+q8DWhkcgLEvfVOu6HcUSaOcGT5LG/AIXlvsHUh n2mIgGxJOiOmMIAO/O4g8N8+/6BDS+0UOqipvRtMTVQb2DB8Ha+caebqPQX8pq2is7vX RdJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=1jU9+/kWkD+DVcyHA0DyANJGSO/zIOw2ZpcI/gyWU2U=; b=v2lNmTp6TDMmLMtDSEY/MGWOkMMCYF29O3flleZqGz5tzh6IZLONwyyHuFet31bJGV EyyvLW4XaX9595h7Ip0WNM6kDzzNjyHDUB5mGCtp0XiY6I41+70IM2fJerpG08qUOFBW 2gKVG0xkMmlHVPqiHAAyFcbE2xqZOwuTWGuT+/cmgt1f4Pwct4pp1tchjuxVjia/myTz VgUOLqn+4raNR0vK7m4eGHNET9HOdt0EfMk3Lcuh+hHjkvJeR+u1IgULB3WHNR8Ggl9B aHcYqg/I4PKOI6D8JHNg/6yH/1LeD2hmiUYGY23IdkW1i5prrs07x0tvf1CnRwwMzk3D jpZw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m124-v6si7371288pfm.303.2018.09.29.03.04.49; Sat, 29 Sep 2018 03:05:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727810AbeI2Qce (ORCPT + 99 others); Sat, 29 Sep 2018 12:32:34 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:40466 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727637AbeI2Qce (ORCPT ); Sat, 29 Sep 2018 12:32:34 -0400 Received: from ibmpc.myhome.or.jp (server.parknet.ne.jp [210.171.168.39]) by mail.parknet.co.jp (Postfix) with ESMTPSA id 26FAB15AF4A; Sat, 29 Sep 2018 19:04:44 +0900 (JST) Received: from devron.myhome.or.jp (foobar@devron.myhome.or.jp [192.168.0.3]) by ibmpc.myhome.or.jp (8.15.2/8.15.2/Debian-12) with ESMTPS id w8TA4gYb019929 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 29 Sep 2018 19:04:43 +0900 Received: from devron.myhome.or.jp (foobar@localhost [127.0.0.1]) by devron.myhome.or.jp (8.15.2/8.15.2/Debian-12) with ESMTPS id w8TA4gLg030094 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 29 Sep 2018 19:04:42 +0900 Received: (from hirofumi@localhost) by devron.myhome.or.jp (8.15.2/8.15.2/Submit) id w8TA4fAM030093; Sat, 29 Sep 2018 19:04:41 +0900 From: OGAWA Hirofumi To: Andrew Morton Cc: Mihir Mehta , linux-kernel@vger.kernel.org Subject: Re: [PATCH] fat: Expand a slightly out-of-date comment References: <87sh1tewtw.fsf@mail.parknet.co.jp> <20180928194947.23932-1-mihir@cs.utexas.edu> Date: Sat, 29 Sep 2018 19:04:41 +0900 In-Reply-To: <20180928194947.23932-1-mihir@cs.utexas.edu> (Mihir Mehta's message of "Fri, 28 Sep 2018 14:49:47 -0500") Message-ID: <87h8i8ei12.fsf@mail.parknet.co.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mihir Mehta writes: > The file namei.c seems to have been renamed to namei_msdos.c, so I > decided to update the comment with the correct name, and expand it a bit > to tell the reader what to look for. > --- > fs/fat/dir.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/fs/fat/dir.c b/fs/fat/dir.c > index 7f5f369..f4db13f 100644 > --- a/fs/fat/dir.c > +++ b/fs/fat/dir.c > @@ -369,7 +369,9 @@ static int fat_parse_short(struct super_block *sb, > } > > memcpy(work, de->name, sizeof(work)); > - /* see namei.c, msdos_format_name */ > + /* For an explanation of the special treatment of 0x05 in > + * filenames, see msdos_format_name in namei_msdos.c > + */ > if (work[0] == 0x05) > work[0] = 0xE5; Acked-by: OGAWA Hirofumi Thanks. -- OGAWA Hirofumi