linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [PATCH] Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt
@ 2015-11-16 11:46 Masanari Iida
  2015-11-16 16:35 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2015-11-16 11:46 UTC (permalink / raw)
  To: linux-kernel, jaegeuk, cm224.lee, chao2.yu, linux-f2fs-devel,
	corbet, linux-doc, rdunlap
  Cc: Masanari Iida

This patch fix some typos in Documentation/filesystems/f2fs.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/filesystems/f2fs.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index b102b43..ad10494 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -102,7 +102,7 @@ background_gc=%s       Turn on/off cleaning operations, namely garbage
                        collection, triggered in background when I/O subsystem is
                        idle. If background_gc=on, it will turn on the garbage
                        collection and if background_gc=off, garbage collection
-                       will be truned off. If background_gc=sync, it will turn
+                       will be turned off. If background_gc=sync, it will turn
                        on synchronous garbage collection running in background.
                        Default value for this option is on. So garbage
                        collection is on by default.
@@ -145,7 +145,7 @@ extent_cache           Enable an extent cache based on rb-tree, it can cache
                        as many as extent which map between contiguous logical
                        address and physical address per inode, resulting in
                        increasing the cache hit ratio. Set by default.
-noextent_cache         Diable an extent cache based on rb-tree explicitly, see
+noextent_cache         Disable an extent cache based on rb-tree explicitly, see
                        the above extent_cache mount option.
 noinline_data          Disable the inline data feature, inline data feature is
                        enabled by default.
@@ -192,7 +192,7 @@ Files in /sys/fs/f2fs/<devname>
                               policy for garbage collection. Setting gc_idle = 0
                               (default) will disable this option. Setting
                               gc_idle = 1 will select the Cost Benefit approach
-                              & setting gc_idle = 2 will select the greedy aproach.
+                              & setting gc_idle = 2 will select the greedy approach.
 
  reclaim_segments             This parameter controls the number of prefree
                               segments to be reclaimed. If the number of prefree
@@ -298,7 +298,7 @@ The dump.f2fs shows the information of specific inode and dumps SSA and SIT to
 file. Each file is dump_ssa and dump_sit.
 
 The dump.f2fs is used to debug on-disk data structures of the f2fs filesystem.
-It shows on-disk inode information reconized by a given inode number, and is
+It shows on-disk inode information recognized by a given inode number, and is
 able to dump all the SSA and SIT entries into predefined files, ./dump_ssa and
 ./dump_sit respectively.
 
-- 
2.6.2.402.g2635c2b


------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140

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

* Re: [PATCH] Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt
  2015-11-16 11:46 [PATCH] Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt Masanari Iida
@ 2015-11-16 16:35 ` Randy Dunlap
  2015-11-16 23:32   ` Jaegeuk Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2015-11-16 16:35 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, jaegeuk, cm224.lee, chao2.yu,
	linux-f2fs-devel, corbet, linux-doc

On 11/16/15 03:46, Masanari Iida wrote:
> This patch fix some typos in Documentation/filesystems/f2fs.txt
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  Documentation/filesystems/f2fs.txt | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.


-- 
~Randy

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

* Re: [PATCH] Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt
  2015-11-16 16:35 ` Randy Dunlap
@ 2015-11-16 23:32   ` Jaegeuk Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Jaegeuk Kim @ 2015-11-16 23:32 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Masanari Iida, linux-kernel, cm224.lee, chao2.yu,
	linux-f2fs-devel, corbet, linux-doc

On Mon, Nov 16, 2015 at 08:35:16AM -0800, Randy Dunlap wrote:
> On 11/16/15 03:46, Masanari Iida wrote:
> > This patch fix some typos in Documentation/filesystems/f2fs.txt
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  Documentation/filesystems/f2fs.txt | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

Hello,

Thank you for the patch.
I'll merge this patch.

Thanks,

> 
> Thanks.
> 
> 
> -- 
> ~Randy

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

end of thread, other threads:[~2015-11-16 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-16 11:46 [PATCH] Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt Masanari Iida
2015-11-16 16:35 ` Randy Dunlap
2015-11-16 23:32   ` Jaegeuk Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).