aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-02-28 09:39:48 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2018-03-19 01:07:42 -0400
commit793057e1c7272a4531aafc130c4d658e4b57422c (patch)
tree35cc2abe2e19ba842e0d778b8d28ad96e73bccd3 /fs/ocfs2/dlmglue.c
parentvfs: make sure struct filename->iname is word-aligned (diff)
downloadlinux-dev-793057e1c7272a4531aafc130c4d658e4b57422c.tar.xz
linux-dev-793057e1c7272a4531aafc130c4d658e4b57422c.zip
vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-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 9479f99c2145..b552d1f8508c 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -3537,7 +3537,7 @@ static int ocfs2_downconvert_lock(struct ocfs2_super *osb,
* On DLM_LKF_VALBLK, fsdlm behaves differently with o2cb. It always
* expects DLM_LKF_VALBLK being set if the LKB has LVB, so that
* we can recover correctly from node failure. Otherwise, we may get
- * invalid LVB in LKB, but without DLM_SBF_VALNOTVALID being set.
+ * invalid LVB in LKB, but without DLM_SBF_VALNOTVALID being set.
*/
if (!ocfs2_is_o2cb_active() &&
lockres->l_ops->flags & LOCK_TYPE_USES_LVB)