From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 03 Jul 2014 15:20:39 +0100 Subject: [Cluster-devel] [PATCH -trivial 4/4] GFS2: memcontrol: Spelling s/invlidate/invalidate/ In-Reply-To: <1404037299-31570-4-git-send-email-geert@linux-m68k.org> References: <1404037299-31570-1-git-send-email-geert@linux-m68k.org> <1404037299-31570-4-git-send-email-geert@linux-m68k.org> Message-ID: <53B566B7.9020505@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Now in the -nmw tree. Thanks, Steve. On 29/06/14 11:21, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > Cc: Steven Whitehouse > Cc: cluster-devel at redhat.com > --- > fs/gfs2/glops.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c > index fc1100781bbc..2ffc67dce87f 100644 > --- a/fs/gfs2/glops.c > +++ b/fs/gfs2/glops.c > @@ -234,8 +234,8 @@ static void inode_go_sync(struct gfs2_glock *gl) > * inode_go_inval - prepare a inode glock to be released > * @gl: the glock > * @flags: > - * > - * Normally we invlidate everything, but if we are moving into > + * > + * Normally we invalidate everything, but if we are moving into > * LM_ST_DEFERRED from LM_ST_SHARED or LM_ST_EXCLUSIVE then we > * can keep hold of the metadata, since it won't have changed. > *