aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-11 05:35:09 -0500
committerDave Airlie <airlied@redhat.com>2013-12-17 20:42:13 -0500
commit5952fba501b928f214f64a7a9c461ae2cd5c3f45 (patch)
treed558d934a882505603bb266211fd798c9961ba0b /include/drm/drmP.h
parent43d1337cbe087ed24ffceadfd5ac311b6a0e4bfa (diff)
drm: Kill file_priv->ioctl_count tracking
It's racy, and it's only used in debugfs. There are simpler ways to know whether something is going on (like looking at dmesg with full debugging enabled). And they're all much more useful. So let's just rip this out. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 0670857b1420..5b6c33ce776f 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -438,7 +438,6 @@ struct drm_file {
438 struct pid *pid; 438 struct pid *pid;
439 kuid_t uid; 439 kuid_t uid;
440 drm_magic_t magic; 440 drm_magic_t magic;
441 unsigned long ioctl_count;
442 struct list_head lhead; 441 struct list_head lhead;
443 struct drm_minor *minor; 442 struct drm_minor *minor;
444 unsigned long lock_count; 443 unsigned long lock_count;