Rev 814 | Rev 822 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 814 | Rev 815 | ||
|---|---|---|---|
| Line 197... | Line 197... | ||
| 197 | b->op->set_order(b, res, i); |
197 | b->op->set_order(b, res, i); |
| 198 | b->op->set_order(b, hlp, i); |
198 | b->op->set_order(b, hlp, i); |
| 199 | 199 | ||
| 200 | /* |
200 | /* |
| 201 | * Return the other half to buddy system. Mark the first part |
201 | * Return the other half to buddy system. Mark the first part |
| 202 | * full, so that it won't coalsce again. |
202 | * full, so that it won't coalesce again. |
| 203 | */ |
203 | */ |
| 204 | b->op->mark_busy(b, res); |
204 | b->op->mark_busy(b, res); |
| 205 | buddy_system_free(b, hlp); |
205 | buddy_system_free(b, hlp); |
| 206 | 206 | ||
| 207 | return res; |
207 | return res; |