diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2017-08-01 16:54:33 +0200 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2017-08-09 16:36:39 +0200 |
commit | 61b91cfdc6c0c49a8cc8258cbee846551029d694 (patch) | |
tree | f0f9cf786c9790a8f31af4b9d7a568e2a3bc9b98 /fs/gfs2/super.c | |
parent | GFS2: Delete debugfs files only after we evict the glocks (diff) | |
download | linux-61b91cfdc6c0c49a8cc8258cbee846551029d694.tar.xz linux-61b91cfdc6c0c49a8cc8258cbee846551029d694.zip |
gfs2: Fix trivial typos
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | fs/gfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 1918bb5fc943..6c39bb1ec100 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c @@ -1296,7 +1296,7 @@ static int gfs2_remount_fs(struct super_block *sb, int *flags, char *data) * gfs2_drop_inode - Drop an inode (test for remote unlink) * @inode: The inode to drop * - * If we've received a callback on an iopen lock then its because a + * If we've received a callback on an iopen lock then it's because a * remote node tried to deallocate the inode but failed due to this node * still having the inode open. Here we mark the link count zero * since we know that it must have reached zero if the GLF_DEMOTE flag |