cvs commit: src/sys/fs/smbfs smbfs_node.c smbfs_node.h smbfs_smb.c
smbfs_vnops.c
Tim J. Robbins
tjr at FreeBSD.org
Tue Jun 17 05:58:04 PDT 2003
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
More information about the cvs-src
mailing list