* [Ocfs2-devel] [PATCH] fs: ocfs2: fix spelling mistake
@ 2020-06-07 21:21 Keyur Patel
2020-06-07 21:50 ` Randy Dunlap
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Keyur Patel @ 2020-06-07 21:21 UTC (permalink / raw)
Cc: Keyur Patel, Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel,
linux-kernel
./ocfs2/mmap.c:65: bebongs ==> belongs
Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
fs/ocfs2/mmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
index 3a44e461828a..39a77e903fdf 100644
--- a/fs/ocfs2/mmap.c
+++ b/fs/ocfs2/mmap.c
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
last_index = (size - 1) >> PAGE_SHIFT;
/*
- * There are cases that lead to the page no longer bebongs to the
+ * There are cases that lead to the page no longer belongs to the
* mapping.
* 1) pagecache truncates locally due to memory pressure.
* 2) pagecache truncates when another is taking EX lock against
--
2.26.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Ocfs2-devel] [PATCH] fs: ocfs2: fix spelling mistake
2020-06-07 21:21 [Ocfs2-devel] [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
@ 2020-06-07 21:50 ` Randy Dunlap
2020-06-07 22:07 ` [Ocfs2-devel] [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
2020-06-08 1:48 ` [Ocfs2-devel] [PATCH v3] " Keyur Patel
2 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2020-06-07 21:50 UTC (permalink / raw)
To: Keyur Patel
Cc: Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel, linux-kernel
On 6/7/20 2:21 PM, Keyur Patel wrote:
> ./ocfs2/mmap.c:65: bebongs ==> belongs
>
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
> ---
> fs/ocfs2/mmap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
> index 3a44e461828a..39a77e903fdf 100644
> --- a/fs/ocfs2/mmap.c
> +++ b/fs/ocfs2/mmap.c
> @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
> last_index = (size - 1) >> PAGE_SHIFT;
>
> /*
> - * There are cases that lead to the page no longer bebongs to the
> + * There are cases that lead to the page no longer belongs to the
I would say no longer belonging to the
> * mapping.
> * 1) pagecache truncates locally due to memory pressure.
> * 2) pagecache truncates when another is taking EX lock against
>
Please fix your To: line:
(no To-header on input) <>
--
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Ocfs2-devel] [PATCH v2] fs: ocfs2: fix spelling mistake and grammar
2020-06-07 21:21 [Ocfs2-devel] [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
2020-06-07 21:50 ` Randy Dunlap
@ 2020-06-07 22:07 ` Keyur Patel
2020-06-08 1:44 ` Joseph Qi
2020-06-08 1:48 ` [Ocfs2-devel] [PATCH v3] " Keyur Patel
2 siblings, 1 reply; 6+ messages in thread
From: Keyur Patel @ 2020-06-07 22:07 UTC (permalink / raw)
To: mark, jlbec, joseph.qi, ocfs2-devel, linux-kernel; +Cc: iamkeyur96
./ocfs2/mmap.c:65: bebongs ==> belongs
Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
fs/ocfs2/mmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
index 3a44e461828a..39a77e903fdf 100644
--- a/fs/ocfs2/mmap.c
+++ b/fs/ocfs2/mmap.c
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
last_index = (size - 1) >> PAGE_SHIFT;
/*
- * There are cases that lead to the page no longer bebongs to the
+ * There are cases that lead to the page no longer belonging to the
* mapping.
* 1) pagecache truncates locally due to memory pressure.
* 2) pagecache truncates when another is taking EX lock against
--
2.26.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Ocfs2-devel] [PATCH v2] fs: ocfs2: fix spelling mistake and grammar
2020-06-07 22:07 ` [Ocfs2-devel] [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
@ 2020-06-08 1:44 ` Joseph Qi
0 siblings, 0 replies; 6+ messages in thread
From: Joseph Qi @ 2020-06-08 1:44 UTC (permalink / raw)
To: Keyur Patel, mark, jlbec, ocfs2-devel, linux-kernel
On 2020/6/8 06:07, Keyur Patel wrote:
> ./ocfs2/mmap.c:65: bebongs ==> belongs
>
This should be updated with your new change.
Thanks,
Joseph
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
> ---
> fs/ocfs2/mmap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
> index 3a44e461828a..39a77e903fdf 100644
> --- a/fs/ocfs2/mmap.c
> +++ b/fs/ocfs2/mmap.c
> @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
> last_index = (size - 1) >> PAGE_SHIFT;
>
> /*
> - * There are cases that lead to the page no longer bebongs to the
> + * There are cases that lead to the page no longer belonging to the
> * mapping.
> * 1) pagecache truncates locally due to memory pressure.
> * 2) pagecache truncates when another is taking EX lock against
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Ocfs2-devel] [PATCH v3] fs: ocfs2: fix spelling mistake and grammar
2020-06-07 21:21 [Ocfs2-devel] [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
2020-06-07 21:50 ` Randy Dunlap
2020-06-07 22:07 ` [Ocfs2-devel] [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
@ 2020-06-08 1:48 ` Keyur Patel
2020-06-08 1:53 ` Joseph Qi
2 siblings, 1 reply; 6+ messages in thread
From: Keyur Patel @ 2020-06-08 1:48 UTC (permalink / raw)
To: mark, jlbec, joseph.qi, ocfs2-devel, linux-kernel; +Cc: iamkeyur96
./ocfs2/mmap.c:65: bebongs ==> belonging
Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
fs/ocfs2/mmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
index 3a44e461828a..39a77e903fdf 100644
--- a/fs/ocfs2/mmap.c
+++ b/fs/ocfs2/mmap.c
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
last_index = (size - 1) >> PAGE_SHIFT;
/*
- * There are cases that lead to the page no longer bebongs to the
+ * There are cases that lead to the page no longer belonging to the
* mapping.
* 1) pagecache truncates locally due to memory pressure.
* 2) pagecache truncates when another is taking EX lock against
--
2.26.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Ocfs2-devel] [PATCH v3] fs: ocfs2: fix spelling mistake and grammar
2020-06-08 1:48 ` [Ocfs2-devel] [PATCH v3] " Keyur Patel
@ 2020-06-08 1:53 ` Joseph Qi
0 siblings, 0 replies; 6+ messages in thread
From: Joseph Qi @ 2020-06-08 1:53 UTC (permalink / raw)
To: Keyur Patel, mark, jlbec, ocfs2-devel, linux-kernel, Andrew Morton
On 2020/6/8 09:48, Keyur Patel wrote:
> ./ocfs2/mmap.c:65: bebongs ==> belonging
>
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
> fs/ocfs2/mmap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
> index 3a44e461828a..39a77e903fdf 100644
> --- a/fs/ocfs2/mmap.c
> +++ b/fs/ocfs2/mmap.c
> @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
> last_index = (size - 1) >> PAGE_SHIFT;
>
> /*
> - * There are cases that lead to the page no longer bebongs to the
> + * There are cases that lead to the page no longer belonging to the
> * mapping.
> * 1) pagecache truncates locally due to memory pressure.
> * 2) pagecache truncates when another is taking EX lock against
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, back to index
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 21:21 [Ocfs2-devel] [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
2020-06-07 21:50 ` Randy Dunlap
2020-06-07 22:07 ` [Ocfs2-devel] [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
2020-06-08 1:44 ` Joseph Qi
2020-06-08 1:48 ` [Ocfs2-devel] [PATCH v3] " Keyur Patel
2020-06-08 1:53 ` Joseph Qi
OCFS2-Devel Archive on lore.kernel.org
Archives are clonable:
git clone --mirror https://lore.kernel.org/ocfs2-devel/0 ocfs2-devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ocfs2-devel ocfs2-devel/ https://lore.kernel.org/ocfs2-devel \
ocfs2-devel@oss.oracle.com
public-inbox-index ocfs2-devel
Example config snippet for mirrors
Newsgroup available over NNTP:
nntp://nntp.lore.kernel.org/com.oracle.oss.ocfs2-devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git