X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2Fdrm_gem.c;h=19d73868490e65d3b35040a47065378186101674;hb=15f9d8b8cf668f24c59322020d267500c48d7383;hp=d4e7c8370565ed12b3ec6ca8542457707e11b6bb;hpb=c44264f9f729fd63bd6a81a6ac5cd6cd49af09e5;p=linux-2.6-microblaze.git diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c index d4e7c8370565..19d73868490e 100644 --- a/drivers/gpu/drm/drm_gem.c +++ b/drivers/gpu/drm/drm_gem.c @@ -879,6 +879,9 @@ err: * @file_priv: drm file-private structure * * Open an object using the global name, returning a handle and the size. + * + * This handle (of course) holds a reference to the object, so the object + * will not go away until the handle is deleted. */ int drm_gem_open_ioctl(struct drm_device *dev, void *data,