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/inode.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 'fs/gfs2/inode.c')
-rw-r--r-- | fs/gfs2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 1427328c6c86..863749e29bf9 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -109,7 +109,7 @@ static void gfs2_set_iop(struct inode *inode) * @no_addr: The inode number * @no_formal_ino: The inode generation number * @blktype: Requested block type (GFS2_BLKST_DINODE or GFS2_BLKST_UNLINKED; - * GFS2_BLKST_FREE do indicate not to verify) + * GFS2_BLKST_FREE to indicate not to verify) * * If @type is DT_UNKNOWN, the inode type is fetched from disk. * |