From: Eric Anholt Date: Sat, 25 Aug 2007 10:23:09 +0000 (+1000) Subject: drm: Replace filp in ioctl arguments with drm_file *file_priv. X-Git-Tag: v2.6.24-rc1~1292^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c340eac0285f3d62406d2d902d0e96fbf2a5dc0;p=pandora-kernel.git drm: Replace filp in ioctl arguments with drm_file *file_priv. As a fallout, replace filp storage with file_priv storage for "unique identifier of a client" all over the DRM. There is a 1:1 mapping, so this should be a noop. This could be a minor performance improvement, as everyth on Linux dereferenced filp to get file_priv anyway, while only the mmap ioct went the other direction. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed