diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2017-10-04 16:39:18 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2017-10-31 14:26:56 +0100 |
commit | 61d6899ad4268b6d95187053740fcb17a0d31632 (patch) | |
tree | 01ed23566bcdbea076a0e417492695d46d0d3353 /fs/gfs2 | |
parent | 6862c44ec5ad0261968c3bc47d23cffb088b6836 (diff) | |
download | linux-61d6899ad4268b6d95187053740fcb17a0d31632.tar.bz2 |
gfs2: Fix a harmless typo
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/trans.c | 2 |
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, * * This is used in two distinct cases: * i) In ordered write mode - * We put the data buffer on a list so that we can ensure that its + * We put the data buffer on a list so that we can ensure that it's * synced to disk at the right time * ii) In journaled data mode * We need to journal the data block in the same way as metadata in |