Commit 793057e1 authored by Ingo Molnar's avatar Ingo Molnar Committed by Al Viro

vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1c949843
...@@ -3537,7 +3537,7 @@ static int ocfs2_downconvert_lock(struct ocfs2_super *osb, ...@@ -3537,7 +3537,7 @@ static int ocfs2_downconvert_lock(struct ocfs2_super *osb,
* On DLM_LKF_VALBLK, fsdlm behaves differently with o2cb. It always * On DLM_LKF_VALBLK, fsdlm behaves differently with o2cb. It always
* expects DLM_LKF_VALBLK being set if the LKB has LVB, so that * expects DLM_LKF_VALBLK being set if the LKB has LVB, so that
* we can recover correctly from node failure. Otherwise, we may get * 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() && if (!ocfs2_is_o2cb_active() &&
lockres->l_ops->flags & LOCK_TYPE_USES_LVB) lockres->l_ops->flags & LOCK_TYPE_USES_LVB)
......
...@@ -1390,7 +1390,7 @@ xfs_vm_bmap( ...@@ -1390,7 +1390,7 @@ xfs_vm_bmap(
/* /*
* The swap code (ab-)uses ->bmap to get a block mapping and then * The swap code (ab-)uses ->bmap to get a block mapping and then
* bypasseѕ the file system for actual I/O. We really can't allow * bypasses the file system for actual I/O. We really can't allow
* that on reflinks inodes, so we have to skip out here. And yes, * that on reflinks inodes, so we have to skip out here. And yes,
* 0 is the magic code for a bmap error. * 0 is the magic code for a bmap error.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment