projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805c090
)
GFS2: Fix minor comment typo
author
Bob Peterson
<rpeterso@redhat.com>
Thu, 25 Jan 2018 17:12:31 +0000
(10:12 -0700)
committer
Bob Peterson
<rpeterso@redhat.com>
Thu, 25 Jan 2018 17:18:06 +0000
(10:18 -0700)
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/lops.c
patch
|
blob
|
history
diff --git
a/fs/gfs2/lops.c
b/fs/gfs2/lops.c
index
4a60221
..
4d65679
100644
(file)
--- a/
fs/gfs2/lops.c
+++ b/
fs/gfs2/lops.c
@@
-162,7
+162,7
@@
u64 gfs2_log_bmap(struct gfs2_sbd *sdp)
* @bvec: The bio_vec
* @error: The i/o status
*
- * This finds the rel
avent buffers and unlocks then
and sets the
+ * This finds the rel
evant buffers and unlocks them
and sets the
* error flag according to the status of the i/o request. This is
* used when the log is writing data which has an in-place version
* that is pinned in the pagecache.