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>
This commit is contained in:
Bob Peterson 2022-05-26 09:56:51 -05:00 committed by Andreas Gruenbacher
parent ab37c305bf
commit 565f82b57a
1 changed files with 4 additions and 3 deletions

View File

@ -540,9 +540,10 @@ restart:
continue; continue;
if (!may_grant(gl, first_gh, gh)) { if (!may_grant(gl, first_gh, gh)) {
/* /*
* If we get here, it means we may not grant this holder for * If we get here, it means we may not grant this
* some reason. If this holder is the head of the list, it * holder for some reason. If this holder is at the
* means we have a blocked holder at the head, so return 1. * 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)) if (list_is_first(&gh->gh_list, &gl->gl_holders))
return 1; return 1;