[xfs-masters] [Bug 114591] xfsdump failing with kernel issues inside vm
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Wed Mar 16 20:52:17 CDT 2016
https://bugzilla.kernel.org/show_bug.cgi?id=114591
--- Comment #11 from nickkrause at sympatico.ca ---
Eric,
Tell me if this makes more sense:
error = xfs_buf_allocate_memory(new_bp, flags);
if (error) {
xfs_buf_free(new_bp);
return NULL;
}
Seems this could be a error if the allocation fails as the page count should be
zero. This means that calling xfs_buf_free here double unfrees the buffer's
pages.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the xfs-masters
mailing list