diff options
author | Dave Chinner <david@fromorbit.com> | 2009-12-15 00:11:57 +0100 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2009-12-16 20:41:20 +0100 |
commit | 3fc98b1ac036675b95f6e3fafd5ef147b97d4d30 (patch) | |
tree | 1710b6e0140a12a6e20ef0494b11e42b9f0fcfc6 /include | |
parent | xfs: kill xfs_bmbt_rec_32/64 types (diff) | |
download | linux-3fc98b1ac036675b95f6e3fafd5ef147b97d4d30.tar.xz linux-3fc98b1ac036675b95f6e3fafd5ef147b97d4d30.zip |
XFS: Free buffer pages array unconditionally
The code in xfs_free_buf() only attempts to free the b_pages array if the
buffer is a page cache backed or page allocated buffer. The extra log buffer
that is used when the log wraps uses pages that are allocated to a different
log buffer, but it still has a b_pages array allocated when those pages
are associated to with the extra buffer in xfs_buf_associate_memory.
Hence we need to always attempt to free the b_pages array when tearing
down a buffer, not just on buffers that are explicitly marked as page bearing
buffers. This fixes a leak detected by the kernel memory leak code.
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions