aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2014-06-29 12:21:39 +0200
committerSteven Whitehouse <swhiteho@redhat.com>2014-07-18 11:14:31 +0100
commit6b49d1d9c3c1088758c6a2758aaa5d236ef609e2 (patch)
tree59dc5c2e3d7ec06d41abea0ddccb7310acbe846a /fs/gfs2
parentGFS2: Allow caching of glocks for flock (diff)
downloadlinux-dev-6b49d1d9c3c1088758c6a2758aaa5d236ef609e2.tar.xz
linux-dev-6b49d1d9c3c1088758c6a2758aaa5d236ef609e2.zip
GFS2: memcontrol: Spelling s/invlidate/invalidate/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: cluster-devel@redhat.com Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/glops.c4
1 files 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.
*