]> git.dujemihanovic.xyz Git - linux.git/commit
gfs2: Clean up quota.c:print_message
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 20 Oct 2023 19:02:59 +0000 (21:02 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 2 Nov 2023 19:10:00 +0000 (20:10 +0100)
commit1f7b0a84c86eca74155dc292cd2f965d6bb79884
tree7417b375df6049e6f143408fd354629fc34046a1
parentf7e4c610cb9afcb94d45c6252c312b95038d52bc
gfs2: Clean up quota.c:print_message

Function print_message() in quota.c doesn't return a meaningful return
value.  Turn it into a void function and stop abusing it for setting
variable error to 0 in gfs2_quota_check().

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/quota.c