commit | 5952fba501b928f214f64a7a9c461ae2cd5c3f45 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 11 11:35:09 2013 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 18 11:42:13 2013 +1000 |
tree | d558d934a882505603bb266211fd798c9961ba0b | |
parent | 43d1337cbe087ed24ffceadfd5ac311b6a0e4bfa [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>