summaryrefslogtreecommitdiff
path: root/fs/xfs
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-04-04 10:14:18 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2018-04-04 10:14:20 +1000
commit26c7dd149d7e0c0d37ba40beb7da72b75d8add63 (patch)
treec86bc7ec7f1d423cf66b2290fbc0dc6e32fbe589 /fs/xfs
parent76c56e778b0ad559d1dd1e5b11fef3825ca5f0f7 (diff)
parentfd70f4425f9b2f131d6a565f2df68d4f84447753 (diff)
Merge remote-tracking branch 'vfs/for-next'
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_aops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
index 19eadc807056..31f1f10eecd1 100644
--- a/fs/xfs/xfs_aops.c
+++ b/fs/xfs/xfs_aops.c
@@ -1390,7 +1390,7 @@ xfs_vm_bmap(
/*
* 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,
* 0 is the magic code for a bmap error.
*