K 10 svn:author V 3 jhb K 8 svn:date V 27 2013-05-03T19:08:58.883651Z K 7 svn:log V 291 Fix FIONREAD on regular files. The computed result was being ignored and it was being passed down to VOP_IOCTL() where it promptly resulted in ENOTTY due to a missing else for the past 8 years. While here, use a shared vnode lock while fetching the current file's size. MFC after: 1 week END