Skip to content

Commit 565f82b

Browse files
AstralBobAndreas Gruenbacher
authored andcommitted
gfs2: Rewrap overlong comment in do_promote
Rewrap the comment to keep the line length below 80 characters. Signed-off-by: Bob Peterson <[email protected]> Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent ab37c30 commit 565f82b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fs/gfs2/glock.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,10 @@ __acquires(&gl->gl_lockref.lock)
540540
continue;
541541
if (!may_grant(gl, first_gh, gh)) {
542542
/*
543-
* If we get here, it means we may not grant this holder for
544-
* some reason. If this holder is the head of the list, it
545-
* means we have a blocked holder at the head, so return 1.
543+
* If we get here, it means we may not grant this
544+
* holder for some reason. If this holder is at the
545+
* head of the list, it means we have a blocked holder
546+
* at the head, so return 1.
546547
*/
547548
if (list_is_first(&gh->gh_list, &gl->gl_holders))
548549
return 1;

0 commit comments

Comments
 (0)