K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2017-10-11T23:21:24.594870Z K 7 svn:log V 336 MFC: r323689 Fix bogus FREAD with NFSV4OPEN_ACCESSREAD. No functional change. The code in nfscl_doflayoutio() bogusly used FREAD instead of NFSV4OPEN_ACCESSREAD. Since both happen to be defined as "1", this worked and the patch doesn't result in a functional change. Found by inspection during development of Flex File Layout support. END