aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2017-10-04 10:39:18 -0400
committerAndreas Gruenbacher <agruenba@redhat.com>2017-10-31 09:26:56 -0400
commit61d6899ad4268b6d95187053740fcb17a0d31632 (patch)
tree01ed23566bcdbea076a0e417492695d46d0d3353
parent6862c44ec5ad0261968c3bc47d23cffb088b6836 (diff)
gfs2: Fix a harmless typo
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-rw-r--r--fs/gfs2/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c
index affef3c066e0..a85ca8b2c9ba 100644
--- a/fs/gfs2/trans.c
+++ b/fs/gfs2/trans.c
@@ -145,7 +145,7 @@ static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl,
145 * 145 *
146 * This is used in two distinct cases: 146 * This is used in two distinct cases:
147 * i) In ordered write mode 147 * i) In ordered write mode
148 * We put the data buffer on a list so that we can ensure that its 148 * We put the data buffer on a list so that we can ensure that it's
149 * synced to disk at the right time 149 * synced to disk at the right time
150 * ii) In journaled data mode 150 * ii) In journaled data mode
151 * We need to journal the data block in the same way as metadata in 151 * We need to journal the data block in the same way as metadata in