Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ocfs2: spelling fix

Modify reques to request in the comment.

Link: https://lkml.kernel.org/r/20240108015604.38377-1-zhangyongzhen@kylinos.cn
Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Gang He <ghe@suse.com>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Yongzhen Zhang and committed by
Andrew Morton
c2024140 b20a229c

+1 -1
+1 -1
fs/ocfs2/dlmglue.c
··· 1615 1615 unlock: 1616 1616 lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING); 1617 1617 1618 - /* ocfs2_unblock_lock reques on seeing OCFS2_LOCK_UPCONVERT_FINISHING */ 1618 + /* ocfs2_unblock_lock request on seeing OCFS2_LOCK_UPCONVERT_FINISHING */ 1619 1619 kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED); 1620 1620 1621 1621 spin_unlock_irqrestore(&lockres->l_lock, flags);