aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_descrip.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-12-14 08:44:51 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-12-14 08:44:51 +0000
commit30abaa53df7735ba2bb05cc1696b8a0131253cc9 (patch)
treecbe8784aa751e1edd6446403ed39f45e11636a27 /sys/kern/kern_descrip.c
parent12b18fdab4d2d4b53c4d4f8e98aff038c1a08a0d (diff)
downloadsrc-30abaa53df7735ba2bb05cc1696b8a0131253cc9.tar.gz
src-30abaa53df7735ba2bb05cc1696b8a0131253cc9.zip
Make fdesc_mtx private to kern_descrip.c now that the flock has come home.
Notes
Notes: svn path=/head/; revision=138836
Diffstat (limited to 'sys/kern/kern_descrip.c')
-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 28afe115f5ad..0c683cdeb572 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