commit | dc880abef75e7c62c9048171f5112500f36a9244 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 06 18:54:47 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Sep 16 10:33:07 2010 +0200 |
tree | eb528c3313ad92d6554f9fa4adc266313ffc10b3 | |
parent | 49553c2ef88749dd502687f4eb9c258bb10a4f44 [diff] |
drm: use noop_llseek The drm device drivers currently allow seeking on the character device but never care about the actual file position. When we change the default llseek operation to be no_llseek, calling llseek on a drm device would return an error condition, which is an API change. Explicitly setting noop_llseek lets us keep the current API. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: David Airlie <airlied@linux.ie> Cc: dri-devel@lists.freedesktop.org