All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiang wangx <wangxiang@cdjrlc.com>
To: clm@fb.com
Cc: josef@toxicpanda.com, dsterba@suse.com,
	linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org,
	Xiang wangx <wangxiang@cdjrlc.com>
Subject: [PATCH] btrfs: Fix typo in comment
Date: Thu,  9 Jun 2022 22:24:05 +0800	[thread overview]
Message-ID: <20220609142405.51613-1-wangxiang@cdjrlc.com> (raw)

Delete the redundant word 'we'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 fs/btrfs/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index da41a0c371bc..e583558cbbfd 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -2857,7 +2857,7 @@ int btrfs_replace_file_extents(struct btrfs_inode *inode,
 	}
 
 	/*
-	 * If we were cloning, force the next fsync to be a full one since we
+	 * If we were cloning, force the next fsync to be a full one since
 	 * we replaced (or just dropped in the case of cloning holes when
 	 * NO_HOLES is enabled) file extent items and did not setup new extent
 	 * maps for the replacement extents (or holes).
-- 
2.36.1


             reply	other threads:[~2022-06-09 14:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 14:24 Xiang wangx [this message]
2022-06-15 12:33 ` [PATCH] btrfs: Fix typo in comment David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220609142405.51613-1-wangxiang@cdjrlc.com \
    --to=wangxiang@cdjrlc.com \
    --cc=clm@fb.com \
    --cc=dsterba@suse.com \
    --cc=josef@toxicpanda.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.