s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPP
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 6 Sep 2012 15:35:00 +0000 (17:35 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 26 Sep 2012 13:45:16 +0000 (15:45 +0200)
Changing the return value of vmlogrdr_open() to -EOPNOTSUPP if O_NONBLOCK
is specified shouldn't have any negative side effects.
Any existing user wouldn't specify that flag since it wouldn't work anyway.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

No differences found