Date: Tue, 17 Jun 2003 05:58:03 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_node.c smbfs_node.h smbfs_smb.c smbfs_vnops.c Message-ID: <200306171258.h5HCw3ru070349@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/06/17 05:58:03 PDT FreeBSD src repository Modified files: sys/fs/smbfs smbfs_node.c smbfs_node.h smbfs_smb.c smbfs_vnops.c Log: Send the close request to the SMB server in smbfs_inactive(), instead of smbfs_close(). This fixes paging to and from mmap()'d regions of smbfs files after the descriptor has been closed, and makes thttpd, GNU ld, and perhaps more things work that depend on being able to do this. PR: 48291 Revision Changes Path 1.16 +17 -6 src/sys/fs/smbfs/smbfs_node.c 1.5 +1 -1 src/sys/fs/smbfs/smbfs_node.h 1.11 +2 -1 src/sys/fs/smbfs/smbfs_smb.c 1.38 +14 -58 src/sys/fs/smbfs/smbfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306171258.h5HCw3ru070349>