Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp115884pxb; Fri, 9 Apr 2021 20:20:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwYxqdM/njY0NMK2l5Jo+b8sAp38X8ZxA8n3NZqmSit7OG28wFarsaLM9HKphSLieG1ylKT X-Received: by 2002:a17:90a:d345:: with SMTP id i5mr16659948pjx.107.1618024844936; Fri, 09 Apr 2021 20:20:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618024844; cv=none; d=google.com; s=arc-20160816; b=v4MVKQ/+HafoJUsjMxMMfaMLRVmHF5PJelP0ekXEOOsN0bBS955q+hfDm2BNHEOmrQ 6yxI9LO+3TMgkk+MIwHGOe8Ad0LMard+wAiPWG+PwBPFzp5zvfMg9bE/GFAfj++L2Mdg 7hYVzbEsC4CUdwuYvzeV15F/dk2a6/M8JBZc9Ic6vKWuaQ7o0FPx767CkF4IoINxahhR OYB9TBaMM6Rpc7nabhev0ApMI+iyU0txD8At7W50MR40taLHMGZ0dU2Bl8j2l0hgze9E iWnkFvbCxYgAmsKrX2fERmLd7zKICOi43fAF37EKsCTz9K96SX7TS26tn8oHIbjSGB1Y pVYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=csx3PK9KRcSZ+DGQwJbueRvX82cjKVg1Zj3Gz5+XzTI=; b=mIbr7iVGqEvgRYPNFMTwG705tFwagPKcsrk8SGdqlDjw0hg7g3loTquYKpcuM0ou5F naBYwLpM75wVaN3K9dGPGyXcem9xE+bp2t+//gQiiM/GchFOkESeTas3wHO8gxQW3lRs Ml3Y46NRZs4afEfFn8Ls+zKsfoyyLOuIbbYyFtJMe5H2bUsTyG1Z13wabDu3EHcZYU98 /eqmvPGmut84EYz7tPL7hHbT51lr/pzXy5uNDwYZ+tclN+4rLPWzC2nqgLUXYI0P2p47 Ndd7vKPOVzQzvo6FwJhYUH8IPUd5MUOc+twq5cfDtPGUfyXha5fBa4unmi71vTHdpU55 s/oQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o16si4977656pfd.101.2021.04.09.20.20.22; Fri, 09 Apr 2021 20:20:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232855AbhDJDUC (ORCPT + 99 others); Fri, 9 Apr 2021 23:20:02 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:59884 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234160AbhDJDUB (ORCPT ); Fri, 9 Apr 2021 23:20:01 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13A3Jdm8010769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 9 Apr 2021 23:19:40 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id E426615C3B12; Fri, 9 Apr 2021 23:19:38 -0400 (EDT) Date: Fri, 9 Apr 2021 23:19:38 -0400 From: "Theodore Ts'o" To: Bhaskar Chowdhury Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, rdunlap@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] EXT4: Trivial typo fixes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat, Mar 27, 2021 at 04:00:04PM +0530, Bhaskar Chowdhury wrote: > This patch series fixed few mundane typos in the below specific files. > > Bhaskar Chowdhury (8): > EXT4: migrate.c: Fixed few typos > EXT4: namei.c: Fixed a typo > EXT4: inline.c: A typo fixed > Fix a typo > EXT4: indirect.c: A trivial typo fix > EXT4: xattr.c: Mundane typo fix > EXT4: fast_commit.c: A mere typo fix > EXT4: mballoc.h: Single typo fix > > fs/ext4/fast_commit.c | 2 +- > fs/ext4/indirect.c | 2 +- > fs/ext4/inline.c | 2 +- > fs/ext4/inode.c | 2 +- > fs/ext4/mballoc.h | 2 +- > fs/ext4/migrate.c | 6 +++--- > fs/ext4/namei.c | 8 ++++---- > fs/ext4/xattr.c | 2 +- > 8 files changed, 13 insertions(+), 13 deletions(-) I've applied this patch series folded together into a single patch. - Ted