K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2011-06-12T01:48:31.142804Z K 7 svn:log V 324 MFC: r222464 Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync() in the old NFS client so that a forced dismount doesn't get stuck in the VFS_SYNC() call that happens before VFS_UNMOUNT() in dounmount(). Analagous to r222329 for the new NFS client. An additional change is needed before forced dismounts will work. END