Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1460890
| From | Jaegeuk Kim <jaegeuk@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] In fs/f2fs/data.c, there is a typo. |
| Date | 2016-08-12 03:30 +0200 |
| Message-ID | <s59sl-3pL-5@gated-at.bofh.it> (permalink) |
| References | <s4Is9-1A3-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] In fs/f2fs/data.c, there is a typo. Jaegeuk Kim <jaegeuk@kernel.org> - 2016-08-12 03:30 +0200
csiph-web