mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonggyu <i9mpossible@gmail.com>
To: jaegeuk@kernel.org, cm224.lee@samsung.com
Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [PATCH] In fs/f2fs/data.c, there is a typo.
Date: Wed, 10 Aug 2016 20:25:36 +0900	[thread overview]
Message-ID: <1470828336-26120-1-git-send-email-i9mpossible@gmail.com> (raw)

I fixed write_cche_pages to write_cache_pages

Signed-off-by: Jonggyu <i9mpossible@gmail.com>
---
 fs/f2fs/data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index d64d2a5..9549ff0 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -1326,7 +1326,7 @@ redirty_out:
 }
 
 /*
- * This function was copied from write_cche_pages from mm/page-writeback.c.
+ * This function was copied from write_cache_pages from mm/page-writeback.c.
  * The major change is making write step of cold data page separately from
  * warm/hot data page.
  */
-- 
1.9.1

             reply	other threads:[~2016-08-10 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-10 11:25 Jonggyu [this message]
2016-08-12  1:23 ` Jaegeuk Kim

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=1470828336-26120-1-git-send-email-i9mpossible@gmail.com \
    --to=i9mpossible@gmail.com \
    --cc=cm224.lee@samsung.com \
    --cc=jaegeuk@kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome