Whamcloud - gitweb
Fixed brw_finish to kunmap the pointers in the bulk descriptor instead of the
authorpschwan <pschwan>
Mon, 15 Jul 2002 20:55:57 +0000 (20:55 +0000)
committerpschwan <pschwan>
Mon, 15 Jul 2002 20:55:57 +0000 (20:55 +0000)
commitb07a42150241b739e84ab439f51598c3e4a1ee55
tree5bb3149a3d1932fc9f8bb6a529677f5737668c45
parent1c6d4edbffe96882b14abea2ec57030f903ddcf5
Fixed brw_finish to kunmap the pointers in the bulk descriptor instead of the
callback data.  The cb_data had a pointer to stack data which might not be
valid anymore, and instead of allocating a new array to hold it, we can just
walk the bulk pages.
lustre/osc/osc_request.c