commit | 745e967a49b26725cc9f30105ff67c8fee8926d6 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Sep 06 17:35:00 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Sep 26 15:45:16 2012 +0200 |
tree | 999dfea410ee7a6f8cfea16a7b0b5d7866462524 | |
parent | a11b2ef7bb69136dfac2d6367574151223ee7712 [diff] |
s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPP 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>