Skip to content

Commit 793057e

Browse files
Ingo MolnarAl Viro
authored andcommitted
vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 1c94984 commit 793057e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fs/ocfs2/dlmglue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3537,7 +3537,7 @@ static int ocfs2_downconvert_lock(struct ocfs2_super *osb,
35373537
* On DLM_LKF_VALBLK, fsdlm behaves differently with o2cb. It always
35383538
* expects DLM_LKF_VALBLK being set if the LKB has LVB, so that
35393539
* we can recover correctly from node failure. Otherwise, we may get
3540-
* invalid LVB in LKB, but without DLM_SBF_VALNOTVALID being set.
3540+
* invalid LVB in LKB, but without DLM_SBF_VALNOTVALID being set.
35413541
*/
35423542
if (!ocfs2_is_o2cb_active() &&
35433543
lockres->l_ops->flags & LOCK_TYPE_USES_LVB)

fs/xfs/xfs_aops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ xfs_vm_bmap(
13901390

13911391
/*
13921392
* The swap code (ab-)uses ->bmap to get a block mapping and then
1393-
* bypasseѕ the file system for actual I/O. We really can't allow
1393+
* bypasses the file system for actual I/O. We really can't allow
13941394
* that on reflinks inodes, so we have to skip out here. And yes,
13951395
* 0 is the magic code for a bmap error.
13961396
*

0 commit comments

Comments
 (0)