K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-05-06T01:08:36.603327Z K 7 svn:log V 337 MFC: r207350 For the experimental NFS client, it should always flush dirty buffers before closing the NFSv4 opens, as the comment states. This patch deletes the call to nfscl_mustflush() which would return 0 for the case where a delegation still exists, which was incorrect and could cause crashes during recovery from an expired lease. END