diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2020-01-23 19:36:21 +0100 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2020-02-10 14:39:47 +0100 |
commit | 8e28ef1f2fa176854f96fb0416f2aaf5516793d0 (patch) | |
tree | d343547468311d43c8c0df2dac61d13f4ec7c582 /virt | |
parent | gfs2: Turn gfs2_consist into void functions (diff) | |
download | linux-8e28ef1f2fa176854f96fb0416f2aaf5516793d0.tar.xz linux-8e28ef1f2fa176854f96fb0416f2aaf5516793d0.zip |
gfs2: Return bool from gfs2_assert functions
The gfs2_assert functions only print messages when the filesystem hasn't been
withdrawn yet, and they indicate whether or not they've printed something in
their return value. However, none of the callers use that information, so
simply return whether or not the assert has failed.
(The gfs2_assert functions are still backwards; they return false when an
assertion is true.)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions