Arnd Bergmann
dc880abef7
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
2010-09-16 10:33:07 +02:00
..
2010-09-07 16:00:17 -07:00
2010-09-09 22:31:55 -04:00
2010-08-12 09:11:31 -07:00
2010-09-09 00:49:43 +02:00
2010-09-10 07:26:27 -07:00
2010-09-08 11:19:18 -07:00
2010-08-09 20:45:04 -07:00
2010-08-13 10:06:54 +02:00
2010-08-12 09:11:31 -07:00
2010-08-26 12:46:03 +02:00
2010-08-29 09:17:31 +02:00
2010-08-14 12:34:34 -07:00
2010-09-09 18:57:24 -07:00
2010-09-16 10:33:07 +02:00
2010-08-18 15:29:38 -07:00
2010-09-09 18:57:22 -07:00
2010-08-14 11:57:54 -07:00
2010-08-11 23:04:39 +09:30
2010-08-15 11:17:52 -07:00
2010-09-08 14:43:28 -07:00
2010-08-31 18:28:15 -07:00
2010-08-23 18:30:30 -07:00
2010-08-12 09:11:31 -07:00
2010-08-24 15:28:28 +10:00
2010-08-30 18:06:21 +10:00
2010-08-24 10:42:08 -07:00
2010-08-12 08:43:31 -07:00
2010-08-14 16:21:00 -07:00
2010-08-12 10:01:30 -07:00
2010-08-12 10:01:59 -07:00
2010-09-09 18:57:23 -07:00
2010-08-30 13:32:31 +03:00
2010-09-09 21:41:59 -07:00
2010-08-25 09:09:09 +02:00
2010-08-12 09:11:31 -07:00
2010-09-07 16:00:17 -07:00
2010-08-12 09:11:31 -07:00
2010-08-24 10:42:09 -07:00
2010-08-12 09:58:33 -07:00
2010-08-11 11:38:03 +01:00
2010-09-09 18:57:24 -07:00
2010-09-10 07:26:27 -07:00
2010-09-09 09:58:18 -05:00
2010-09-03 17:29:04 -07:00
2010-08-18 12:44:31 +10:00
2010-09-03 17:37:16 -07:00
2010-09-03 17:33:41 -07:00
2010-09-06 09:49:39 +03:00
2010-08-30 09:59:44 +08:00
2010-08-13 20:54:53 +00:00
2010-08-28 13:55:31 -07:00