Date: Thu, 25 Apr 2002 17:46:07 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_syscalls.c src/sys/nfs nfs_socket.c Message-ID: <200204260046.g3Q0k8o20319@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/04/25 17:46:07 PDT Modified files: (Branch: RELENG_4) sys/sys mount.h sys/kern vfs_syscalls.c sys/nfs nfs_socket.c Log: MFC: avoid a problem where some NFS client operations might be unexpectedly cancelled during an unsuccessful non-forced unmount attempt. The problem caused occasional ESTALE errors on amd(8) mounts because amd uses non-forced unmounts to check if the filesystem is still in use. Revision Changes Path 1.151.2.16 +9 -2 src/sys/kern/vfs_syscalls.c 1.60.2.3 +4 -4 src/sys/nfs/nfs_socket.c 1.89.2.6 +6 -0 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204260046.g3Q0k8o20319>