summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 08:00:32 +0000
committerphk <phk@FreeBSD.org>2002-10-16 08:00:32 +0000
commit2bb853a13d863d96c4fec5407985c10a057520ff (patch)
treef5cc27320785b16125105e90d5f0adcd27291ffd /sys/fs/umapfs
parent04dca80dba70e820a49974d1cb00b356c315aaff (diff)
downloadFreeBSD-src-2bb853a13d863d96c4fec5407985c10a057520ff.zip
FreeBSD-src-2bb853a13d863d96c4fec5407985c10a057520ff.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint
Diffstat (limited to 'sys/fs/umapfs')
-rw-r--r--sys/fs/umapfs/umap_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/umapfs/umap_vnops.c b/sys/fs/umapfs/umap_vnops.c
index d0b385b..a5234cf 100644
--- a/sys/fs/umapfs/umap_vnops.c
+++ b/sys/fs/umapfs/umap_vnops.c
@@ -375,7 +375,7 @@ umap_lock(ap)
* interlock flag as it applies only to our vnode, not the
* vnodes below us on the stack.
*/
-int
+static int
umap_unlock(ap)
struct vop_unlock_args /* {
struct vnode *a_vp;
OpenPOWER on IntegriCloud