9f866ab libgfs2: Return the inode from build_quota_change()

Authored and Committed by andyp 2 years ago
    libgfs2: Return the inode from build_quota_change()
    
    This allows the caller to call inode_put() when it's convenient and also
    allows the debug message printing to be moved out of the function.
    fsck.gfs2 passes the function by reference so it needs a shim until the
    other builder functions can be given the same signature.
    
    Signed-off-by: Andrew Price <anprice@redhat.com>
    
        
file modified
+4 -4
file modified
+4 -4
file modified
+11 -1
file modified
+1 -1
file modified
+5 -13
file modified
+8 -4