Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1565459 > unrolled thread

[linux-next] [PATCH] Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt

Started byMasanari Iida <standby24x7@gmail.com>
First post2017-01-24 04:50 +0100
Last post2017-01-24 05:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [linux-next] [PATCH] Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt Masanari Iida <standby24x7@gmail.com> - 2017-01-24 04:50 +0100
    Re: [linux-next] [PATCH] Doc: f2fs: Fix typo in  Documentation/filesystems/f2fs.txt Jaegeuk Kim <jaegeuk@kernel.org> - 2017-01-24 05:40 +0100

#1565459 — [linux-next] [PATCH] Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt

FromMasanari Iida <standby24x7@gmail.com>
Date2017-01-24 04:50 +0100
Subject[linux-next] [PATCH] Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt
Message-ID<t30hj-7ub-3@gated-at.bofh.it>
This patch fix a typo in f2fs.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/filesystems/f2fs.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index d99faced79cb..0ab33d4c8406 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -131,7 +131,7 @@ inline_dentry          Enable the inline dir feature: data in new created
                        directory entries can be written into inode block. The
                        space of inode block which is used to store inline
                        dentries is limited to ~3.4k.
-noinline_dentry        Diable the inline dentry feature.
+noinline_dentry        Disable the inline dentry feature.
 flush_merge	       Merge concurrent cache_flush commands as much as possible
                        to eliminate redundant command issues. If the underlying
 		       device handles the cache_flush command relatively slowly,
-- 
2.11.0.453.g787f75f0567a

[toc] | [next] | [standalone]


#1565468 — Re: [linux-next] [PATCH] Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt

FromJaegeuk Kim <jaegeuk@kernel.org>
Date2017-01-24 05:40 +0100
SubjectRe: [linux-next] [PATCH] Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt
Message-ID<t313I-813-1@gated-at.bofh.it>
In reply to#1565459
Hello,

Applied to f2fs.git.

Thanks,

On 01/24, Masanari Iida wrote:
> This patch fix a typo in f2fs.txt
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  Documentation/filesystems/f2fs.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
> index d99faced79cb..0ab33d4c8406 100644
> --- a/Documentation/filesystems/f2fs.txt
> +++ b/Documentation/filesystems/f2fs.txt
> @@ -131,7 +131,7 @@ inline_dentry          Enable the inline dir feature: data in new created
>                         directory entries can be written into inode block. The
>                         space of inode block which is used to store inline
>                         dentries is limited to ~3.4k.
> -noinline_dentry        Diable the inline dentry feature.
> +noinline_dentry        Disable the inline dentry feature.
>  flush_merge	       Merge concurrent cache_flush commands as much as possible
>                         to eliminate redundant command issues. If the underlying
>  		       device handles the cache_flush command relatively slowly,
> -- 
> 2.11.0.453.g787f75f0567a

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web