K 10 svn:author V 3 phk K 8 svn:date V 27 2005-01-25T09:15:32.000000Z K 7 svn:log V 261 Previously a read of zero bytes got handled in devfs:vop_read() but I missed that when the vnode bypass was introduced. Deal with zero length transfers before we even get to fo_ops->fo_read(). Found by: Slawa Olhovchenkov PR: 75758 END