diff options
author | Bob Peterson <rpeterso@redhat.com> | 2018-04-06 13:07:45 -0700 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2018-04-12 10:07:51 -0700 |
commit | 3e7aafc39c59c639ebd5961f893743f076df9b4e (patch) | |
tree | c8d79c8ae01e09510e22f18b56757f1b8df507e5 /fs/gfs2/bmap.c | |
parent | 3fd5d3ad35dc44aaf0f28d60cc0eb75887bff54d (diff) |
GFS2: Minor improvements to comments and documentation
This patch simply fixes some comments and the gfs2-glocks.txt file:
Places where i_rwsem was called i_mutex, and adding i_rw_mutex.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 685c305cbeb6..278ed0869c3c 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c @@ -1744,7 +1744,7 @@ do_grow_qunlock: * @newsize: the size to make the file * * The file size can grow, shrink, or stay the same size. This - * is called holding i_mutex and an exclusive glock on the inode + * is called holding i_rwsem and an exclusive glock on the inode * in question. * * Returns: errno |