aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/glock.c
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2022-05-26 09:56:51 -0500
committerAndreas Gruenbacher <agruenba@redhat.com>2022-06-09 12:26:43 +0200
commit565f82b57abe88ca68688dff1740b10b3c3049e4 (patch)
tree32fab9293c1239c32f693b16d1a6b34e8d4af3ca /fs/gfs2/glock.c
parentgfs2: Remove redundant NULL check before kfree (diff)
downloadwireguard-linux-565f82b57abe88ca68688dff1740b10b3c3049e4.tar.xz
wireguard-linux-565f82b57abe88ca68688dff1740b10b3c3049e4.zip
gfs2: Rewrap overlong comment in do_promote
Rewrap the comment to keep the line length below 80 characters. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r--fs/gfs2/glock.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c
index c992d53013d3..b3259c8e6dad 100644
--- a/fs/gfs2/glock.c
+++ b/fs/gfs2/glock.c
@@ -540,9 +540,10 @@ restart:
continue;
if (!may_grant(gl, first_gh, gh)) {
/*
- * If we get here, it means we may not grant this holder for
- * some reason. If this holder is the head of the list, it
- * means we have a blocked holder at the head, so return 1.
+ * If we get here, it means we may not grant this
+ * holder for some reason. If this holder is at the
+ * head of the list, it means we have a blocked holder
+ * at the head, so return 1.
*/
if (list_is_first(&gh->gh_list, &gl->gl_holders))
return 1;