aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-08-23 20:40:19 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-08-23 20:40:19 +0000
commit77dfcdc44559d4bca03d156d87c2e214c6172c04 (patch)
tree83b839696bd918acacee8b38993abd3c6857a5fb /sys/nfsclient
parentbfdaa523828e5a7e690ec5d7e9b5353bef992d2f (diff)
Notes
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/bootp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index e1096bed2a01..e57b32a1bedb 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -389,7 +389,7 @@ bootpboot_p_iflist(void)
struct ifaddr *ifa;
printf("Interface list:\n");
- IFNET_RLOCK(); /* could sleep, but okay for debugging XXX */
+ IFNET_RLOCK();
for (ifp = TAILQ_FIRST(&V_ifnet);
ifp != NULL;
ifp = TAILQ_NEXT(ifp, if_link)) {