[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240104092427.18119-1-zhangyongzhen@kylinos.cn>
Date: Thu,  4 Jan 2024 17:24:27 +0800
From: Yongzhen Zhang <zhangyongzhen@...inos.cn>
To: ocfs2-devel@...ts.linux.dev
Cc: mark@...heh.com,
	jlbec@...lplan.org,
	linux-kernel@...r.kernel.org,
	Yongzhen Zhang <zhangyongzhen@...inos.cn>
Subject: [PATCH] ocfs2: Spelling fix
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@...inos.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
Powered by blists - more mailing lists