aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongzhen Zhang <[email protected]>2024-01-08 09:56:04 +0800
committerAndrew Morton <[email protected]>2024-02-22 15:38:51 -0800
commitc20241400c04d70cc2b6aa3f10c080e51600c260 (patch)
treecf6aa5a686e6384b3ab58aec098f91169eedbfb1
parentb20a229c28bee1aef063d1abc3e1fc036609b396 (diff)
ocfs2: spelling fix
Modify reques to request in the comment. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Yongzhen Zhang <[email protected]> Acked-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Gang He <[email protected]> Cc: Jun Piao <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--fs/ocfs2/dlmglue.c2
1 files changed, 1 insertions, 1 deletions
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 @@ update_holders:
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);