projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b0f6f
)
gfs2: fix minor comment typos
author
Bob Peterson
<rpeterso@redhat.com>
Wed, 26 Apr 2023 14:46:16 +0000
(10:46 -0400)
committer
Andreas Gruenbacher
<agruenba@redhat.com>
Tue, 6 Jun 2023 16:35:06 +0000
(18:35 +0200)
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/bmap.c
patch
|
blob
|
history
diff --git
a/fs/gfs2/bmap.c
b/fs/gfs2/bmap.c
index c739b258a2d92e5aa47e60e470a637fa7acd6034..8d611fbcf0bd738b8e1de1ce9b82be197eaf2b50 100644
(file)
--- a/
fs/gfs2/bmap.c
+++ b/
fs/gfs2/bmap.c
@@
-1729,8
+1729,8
@@
static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length)
if (offset >= maxsize) {
/*
- * The starting point lies beyond the allocated meta
-
data;
- * there are no blocks
d
o deallocate.
+ * The starting point lies beyond the allocated metadata;
+ * there are no blocks
t
o deallocate.
*/
return 0;
}