commit | d59f44d3e723c4f7143d910dfa333f2bdb587bbc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Mar 24 20:10:56 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Mar 26 08:19:24 2020 -0700 |
tree | b387e4f1258349d4996f5e9a77ba106ffd38c2da | |
parent | afbabf56305f7b5fb64557484abd0502ab4bde93 [diff] |
xfs: directory bestfree check should release buffers When we're checking bestfree information in directory blocks, always drop the block buffer at the end of the function. We should always release resources when we're done using them. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>