commit | 58ea91c05346f7c6336e6248b743aa9a8e1c19a9 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon May 17 10:00:07 2010 +0200 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Mon May 17 10:00:16 2010 +0200 |
tree | aa8fafa3a049a482eb9f2600fec40c03ae10935a | |
parent | f73a2b03c59b95a3ee8eebcc127350c77c950e87 [diff] |
[S390] avoid default_llseek in s390 drivers Use nonseekable_open for a couple of s390 device drivers. This avoids the use of default_llseek function which has a dependency on the BKL. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>