mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] In fs/f2fs/data.c, there is a typo.
@ 2016-08-10 11:25 Jonggyu
  2016-08-12  1:23 ` Jaegeuk Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Jonggyu @ 2016-08-10 11:25 UTC (permalink / raw)
  To: jaegeuk, cm224.lee; +Cc: linux-f2fs-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] In fs/f2fs/data.c, there is a typo.
  2016-08-10 11:25 [PATCH] In fs/f2fs/data.c, there is a typo Jonggyu
@ 2016-08-12  1:23 ` Jaegeuk Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Jaegeuk Kim @ 2016-08-12  1:23 UTC (permalink / raw)
  To: Jonggyu; +Cc: cm224.lee, linux-f2fs-devel, linux-kernel

Hi Jonggyu,

Please take a look at how other patches look like.
(e.g., subject and your SOB)

Thanks,

On Wed, Aug 10, 2016 at 08:25:36PM +0900, Jonggyu wrote:
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-12  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10 11:25 [PATCH] In fs/f2fs/data.c, there is a typo Jonggyu
2016-08-12  1:23 ` Jaegeuk Kim

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