From cdf49e57329803709fe26cbc103c318bc9292ddb Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Fri, 12 Aug 2005 14:19:33 +0000 Subject: Reverting the previous via security-fix commit, since the assumption of contexts registered with the callers filp was wrong. --- linux-core/drmP.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-core/drmP.h') diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 8fed5e72..2b4dbcf6 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -838,7 +838,6 @@ extern int drm_context_switch_complete(drm_device_t * dev, int new); extern int drm_ctxbitmap_init(drm_device_t * dev); extern void drm_ctxbitmap_cleanup(drm_device_t * dev); extern void drm_ctxbitmap_free(drm_device_t * dev, int ctx_handle); -extern int drm_check_context(drm_file_t *priv, drm_context_t handle); extern int drm_setsareactx(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); -- cgit v1.2.3