summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-14 08:44:51 +0000
committerphk <phk@FreeBSD.org>2004-12-14 08:44:51 +0000
commit8986ab0ecfc691abb411612122098f7ac558fe2b (patch)
treecbe8784aa751e1edd6446403ed39f45e11636a27 /sys/kern
parentb124f6c510c48e1ce8a71ea17a354f49c71fc9a0 (diff)
downloadFreeBSD-src-8986ab0ecfc691abb411612122098f7ac558fe2b.zip
FreeBSD-src-8986ab0ecfc691abb411612122098f7ac558fe2b.tar.gz
Make fdesc_mtx private to kern_descrip.c now that the flock has come home.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_descrip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
index 28afe11..0c683cd 100644
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -131,7 +131,7 @@ struct sx filelist_lock; /* sx to protect filelist */
struct mtx sigio_lock; /* mtx to protect pointers to sigio */
/* A mutex to protect the association between a proc and filedesc. */
-struct mtx fdesc_mtx;
+static struct mtx fdesc_mtx;
/*
* Find the first zero bit in the given bitmap, starting at low and not
OpenPOWER on IntegriCloud