diff options
author | davide <davide@FreeBSD.org> | 2013-06-28 20:21:13 +0000 |
---|---|---|
committer | davide <davide@FreeBSD.org> | 2013-06-28 20:21:13 +0000 |
commit | 2ce84556daceb0829383a68b9e22cf666ab69662 (patch) | |
tree | 3b9ead9a43cfa89da2ee5d36323d12fab12b46a1 /sys/netsmb | |
parent | a47b6265f23d432d4634515478730a496a732b37 (diff) | |
download | FreeBSD-src-2ce84556daceb0829383a68b9e22cf666ab69662.zip FreeBSD-src-2ce84556daceb0829383a68b9e22cf666ab69662.tar.gz |
Remove a reference to LK_DRAIN now that lockmgr(9) is gone from this
piece of code.
Reported by: attilio
Diffstat (limited to 'sys/netsmb')
-rw-r--r-- | sys/netsmb/smb_conn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netsmb/smb_conn.c b/sys/netsmb/smb_conn.c index 190d127..d58bc72 100644 --- a/sys/netsmb/smb_conn.c +++ b/sys/netsmb/smb_conn.c @@ -530,7 +530,6 @@ smb_vc_free(struct smb_connobj *cp) /* * Called when use count of VC dropped to zero. - * VC should be locked on enter with LK_DRAIN. */ static void smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred) |