56b8334 libgfs2: Return the inode from build_quota()

Authored and Committed by andyp 2 years ago
    libgfs2: Return the inode from build_quota()
    
    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
+3 -2
file modified
+9 -8
file modified
+10 -1
file modified
+1 -1
file modified
+7 -13
file modified
+7 -2