From: Maarten Lankhorst Date: Tue, 15 Jan 2013 13:56:48 +0000 (+0100) Subject: drm/ttm: cleanup ttm_eu_reserve_buffers handling X-Git-Tag: v3.9-rc1~83^2~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1863084c9d90ce4b67d645bf9b0f1612e68f62;p=pandora-kernel.git drm/ttm: cleanup ttm_eu_reserve_buffers handling With the lru lock no longer required for protecting reservations we can just do a ttm_bo_reserve_nolru on -EBUSY, and handle all errors in a single path. Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse --- Reading git-diff-tree failed