diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2017-08-01 10:54:33 -0400 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2017-08-09 10:36:39 -0400 |
commit | 61b91cfdc6c0c49a8cc8258cbee846551029d694 (patch) | |
tree | f0f9cf786c9790a8f31af4b9d7a568e2a3bc9b98 | |
parent | b2fb7dab7f193909e9a0ad489a91666b8c55eff1 (diff) |
gfs2: Fix trivial typos
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-rw-r--r-- | fs/gfs2/inode.c | 2 | ||||
-rw-r--r-- | fs/gfs2/super.c | 2 |
2 files changed, 2 insertions, 2 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) | |||
109 | * @no_addr: The inode number | 109 | * @no_addr: The inode number |
110 | * @no_formal_ino: The inode generation number | 110 | * @no_formal_ino: The inode generation number |
111 | * @blktype: Requested block type (GFS2_BLKST_DINODE or GFS2_BLKST_UNLINKED; | 111 | * @blktype: Requested block type (GFS2_BLKST_DINODE or GFS2_BLKST_UNLINKED; |
112 | * GFS2_BLKST_FREE do indicate not to verify) | 112 | * GFS2_BLKST_FREE to indicate not to verify) |
113 | * | 113 | * |
114 | * If @type is DT_UNKNOWN, the inode type is fetched from disk. | 114 | * If @type is DT_UNKNOWN, the inode type is fetched from disk. |
115 | * | 115 | * |
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) | |||
1296 | * gfs2_drop_inode - Drop an inode (test for remote unlink) | 1296 | * gfs2_drop_inode - Drop an inode (test for remote unlink) |
1297 | * @inode: The inode to drop | 1297 | * @inode: The inode to drop |
1298 | * | 1298 | * |
1299 | * If we've received a callback on an iopen lock then its because a | 1299 | * If we've received a callback on an iopen lock then it's because a |
1300 | * remote node tried to deallocate the inode but failed due to this node | 1300 | * remote node tried to deallocate the inode but failed due to this node |
1301 | * still having the inode open. Here we mark the link count zero | 1301 | * still having the inode open. Here we mark the link count zero |
1302 | * since we know that it must have reached zero if the GLF_DEMOTE flag | 1302 | * since we know that it must have reached zero if the GLF_DEMOTE flag |