readi: read EOF handling fix
authorAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 10:36:37 +0000 (11:36 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 10:36:37 +0000 (11:36 +0100)
commitd39c1632e9685bffd5d94699a0ff953f716ab8fc
treefd7b5fc8d1cbc021fdb28555e6b44da4d14990cc
parent156edbd625fe7dd629e65b5571d8314e9b7ecbb5
readi: read EOF handling fix

Sign problems...

We can read from beyond end of file but must EOF (unlike write)
Kernel/process.c