Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sys/dev/drm2/ttm/ttm_bo_util.c 254025 2013-08-07 06:21:20Z jeff $");
---
> __FBSDID("$FreeBSD: head/sys/dev/drm2/ttm/ttm_bo_util.c 254866 2013-08-25 14:55:08Z dumbbell $");
324c324,327
< if (ret)
---
> if (ret) {
> /* if we fail here don't nuke the mm node
> * as the bo still owns it */
> old_copy.mm_node = NULL;
325a329
> }
349c353,355
< if (ret)
---
> if (ret) {
> /* failing here, means keep old copy as-is */
> old_copy.mm_node = NULL;
350a357
> }