Subject: PR/37145 CVS commit: [vmlocking2] src/sys/nfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 12/04/2007 18:05:04
The following reply was made to PR kern/37145; it has been noted by GNATS.
From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/37145 CVS commit: [vmlocking2] src/sys/nfs
Date: Tue, 4 Dec 2007 18:05:21 +0000 (UTC)
Module Name: src
Committed By: yamt
Date: Tue Dec 4 18:05:20 UTC 2007
Modified Files:
src/sys/nfs [vmlocking2]: nfs_socket.c nfs_var.h
Log Message:
apply the following change, which seems to get lost during
vmlocking -> vmlocking2 transition.
Module Name: src
Committed By: yamt
Date: Sun Oct 21 08:23:20 UTC 2007
Modified Files:
src/sys/nfs: nfs_socket.c nfs_var.h
Log Message:
remove lwp argument from nfs_reconnect and always use &lwp0
because who triggers a reconnect doesn't really matter here. PR/37145.
To generate a diff of this commit:
cvs rdiff -r1.163 -r1.164 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.72 -r1.73 src/sys/nfs/nfs_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
To generate a diff of this commit:
cvs rdiff -r1.164.4.1 -r1.164.4.2 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.74.4.1 -r1.74.4.2 src/sys/nfs/nfs_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.