]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Send the close request to the SMB server in smbfs_inactive(), instead of
authortjr <tjr@FreeBSD.org>
Tue, 17 Jun 2003 12:58:02 +0000 (12:58 +0000)
committertjr <tjr@FreeBSD.org>
Tue, 17 Jun 2003 12:58:02 +0000 (12:58 +0000)
commit6d534d8e046165eceeeee1a288da8f557d4aa386
tree6b7cbb58c0fa43be160cb35cbea22eab90824a90
parentec215fe3e905337cba439b9419c1448ebbc5741f
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
sys/fs/smbfs/smbfs_node.c
sys/fs/smbfs/smbfs_node.h
sys/fs/smbfs/smbfs_smb.c
sys/fs/smbfs/smbfs_vnops.c