From: Andreas Gruenbacher Date: Wed, 4 Oct 2017 14:39:18 +0000 (+0200) Subject: gfs2: Fix a harmless typo X-Git-Tag: v4.15-rc1~133^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61d6899ad4268b6d95187053740fcb17a0d31632;p=thirdparty%2Fkernel%2Flinux.git gfs2: Fix a harmless typo Signed-off-by: Andreas Gruenbacher Signed-off-by: Bob Peterson --- diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c index affef3c066e09..a85ca8b2c9ba4 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