From: Daniel Vetter Date: Wed, 11 Dec 2013 10:35:08 +0000 (+0100) Subject: drm: rip out dev->ioctl_count tracking X-Git-Tag: v3.14-rc1~47^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d1337cbe087ed24ffceadfd5ac311b6a0e4bfa;p=pandora-kernel.git drm: rip out dev->ioctl_count tracking Now dev->ioctl_count tries to prevent the device from disappearing if it's still in use. And if we'd actually need this code it would be hopelessly racy and broken. But luckily the vfs already takes care of this. So we can just rip it out. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed