K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-07-13T00:19:39.361732Z K 7 svn:log V 396 MFC: r268008 There might be a potential race condition for the NFSv4 client when a newly created file has another open done on it that update the open mode. This patch moves the code that updates the open mode up into the block where the mutex is held to ensure this cannot happen. No bug caused by this potential race has been observed, but this fix is a safety belt to ensure it cannot happen. END