]> Pileus Git - ~andy/linux/commit
drm: Kill file_priv->ioctl_count tracking
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 11 Dec 2013 10:35:09 +0000 (11:35 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 18 Dec 2013 01:42:13 +0000 (11:42 +1000)
commit5952fba501b928f214f64a7a9c461ae2cd5c3f45
treed558d934a882505603bb266211fd798c9961ba0b
parent43d1337cbe087ed24ffceadfd5ac311b6a0e4bfa
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>
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_fops.c
drivers/gpu/drm/drm_info.c
include/drm/drmP.h