public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ocfs2: Spelling fix
@ 2024-01-04  9:24 Yongzhen Zhang
  2024-01-06  1:55 ` Joseph Qi
  0 siblings, 1 reply; 4+ messages in thread
From: Yongzhen Zhang @ 2024-01-04  9:24 UTC (permalink / raw)
  To: ocfs2-devel; +Cc: mark, jlbec, linux-kernel, Yongzhen Zhang

Modify reques to request in the comment

Fixes: b1b1e15ef6b8 ("ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock")
Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
---
 fs/ocfs2/dlmglue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index 64a6ef638495..cb40cafbc062 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -1615,7 +1615,7 @@ static int __ocfs2_cluster_lock(struct ocfs2_super *osb,
 unlock:
 	lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
 
-	/* ocfs2_unblock_lock reques on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
+	/* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
 	kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED);
 
 	spin_unlock_irqrestore(&lockres->l_lock, flags);
-- 
2.34.1


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

* Re: [PATCH] ocfs2: Spelling fix
  2024-01-04  9:24 [PATCH] ocfs2: Spelling fix Yongzhen Zhang
@ 2024-01-06  1:55 ` Joseph Qi
  2024-01-08  1:56   ` [PATCH v2] " Yongzhen Zhang
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph Qi @ 2024-01-06  1:55 UTC (permalink / raw)
  To: Yongzhen Zhang, ocfs2-devel; +Cc: mark, jlbec, linux-kernel



On 1/4/24 5:24 PM, Yongzhen Zhang wrote:
> Modify reques to request in the comment
> 
> Fixes: b1b1e15ef6b8 ("ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock")

Since it's just a typo, I don't think it deserves a 'Fixes' tag.

> Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
> ---
>  fs/ocfs2/dlmglue.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
> index 64a6ef638495..cb40cafbc062 100644
> --- a/fs/ocfs2/dlmglue.c
> +++ b/fs/ocfs2/dlmglue.c
> @@ -1615,7 +1615,7 @@ static int __ocfs2_cluster_lock(struct ocfs2_super *osb,
>  unlock:
>  	lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
>  
> -	/* ocfs2_unblock_lock reques on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
> +	/* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
>  	kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED);
>  
>  	spin_unlock_irqrestore(&lockres->l_lock, flags);

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

* [PATCH v2] ocfs2: Spelling fix
  2024-01-06  1:55 ` Joseph Qi
@ 2024-01-08  1:56   ` Yongzhen Zhang
  2024-01-08  2:21     ` Joseph Qi
  0 siblings, 1 reply; 4+ messages in thread
From: Yongzhen Zhang @ 2024-01-08  1:56 UTC (permalink / raw)
  To: joseph.qi; +Cc: jlbec, linux-kernel, mark, ocfs2-devel, zhangyongzhen

Modify reques to request in the comment

Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
---
 fs/ocfs2/dlmglue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index 64a6ef638495..cb40cafbc062 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -1615,7 +1615,7 @@ static int __ocfs2_cluster_lock(struct ocfs2_super *osb,
 unlock:
 	lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
 
-	/* ocfs2_unblock_lock reques on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
+	/* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
 	kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED);
 
 	spin_unlock_irqrestore(&lockres->l_lock, flags);
-- 
2.34.1


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

* Re: [PATCH v2] ocfs2: Spelling fix
  2024-01-08  1:56   ` [PATCH v2] " Yongzhen Zhang
@ 2024-01-08  2:21     ` Joseph Qi
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Qi @ 2024-01-08  2:21 UTC (permalink / raw)
  To: Yongzhen Zhang, akpm; +Cc: jlbec, linux-kernel, mark, ocfs2-devel



On 1/8/24 9:56 AM, Yongzhen Zhang wrote:
> Modify reques to request in the comment
> 
> Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>

Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/dlmglue.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
> index 64a6ef638495..cb40cafbc062 100644
> --- a/fs/ocfs2/dlmglue.c
> +++ b/fs/ocfs2/dlmglue.c
> @@ -1615,7 +1615,7 @@ static int __ocfs2_cluster_lock(struct ocfs2_super *osb,
>  unlock:
>  	lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING);
>  
> -	/* ocfs2_unblock_lock reques on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
> +	/* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */
>  	kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED);
>  
>  	spin_unlock_irqrestore(&lockres->l_lock, flags);

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

end of thread, other threads:[~2024-01-08  2:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04  9:24 [PATCH] ocfs2: Spelling fix Yongzhen Zhang
2024-01-06  1:55 ` Joseph Qi
2024-01-08  1:56   ` [PATCH v2] " Yongzhen Zhang
2024-01-08  2:21     ` Joseph Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox