summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_subr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-22 08:35:46 +0000
committerbde <bde@FreeBSD.org>1997-11-22 08:35:46 +0000
commit975c3797b1c2e5d9e9c4439ac6f45c4890b6f5e6 (patch)
tree80d234227db7255487bd324bf6a88b42c1324a74 /sys/ufs/ffs/ffs_subr.c
parent3304eb82bb558ae64d3734e6c108288583f1e05e (diff)
downloadFreeBSD-src-975c3797b1c2e5d9e9c4439ac6f45c4890b6f5e6.zip
FreeBSD-src-975c3797b1c2e5d9e9c4439ac6f45c4890b6f5e6.tar.gz
Staticized.
Diffstat (limited to 'sys/ufs/ffs/ffs_subr.c')
-rw-r--r--sys/ufs/ffs/ffs_subr.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c
index ba15a10..90ff5c1 100644
--- a/sys/ufs/ffs/ffs_subr.c
+++ b/sys/ufs/ffs/ffs_subr.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_subr.c 8.5 (Berkeley) 3/21/95
- * $Id: ffs_subr.c,v 1.13 1997/10/16 10:49:30 phk Exp $
+ * $Id: ffs_subr.c,v 1.14 1997/11/18 15:10:38 bde Exp $
*/
#include <sys/param.h>
@@ -49,6 +49,10 @@
#include <ufs/ufs/inode.h>
#include <ufs/ffs/ffs_extern.h>
+#if defined(KERNEL) && defined(DIAGNOSTIC) && defined(DDB)
+static void ffs_checkoverlap __P((struct buf *, struct inode *));
+#endif
+
/*
* Return buffer with the contents of block "offset" from the beginning of
* directory "ip". If "res" is non-zero, fill it in with a pointer to the
@@ -121,7 +125,7 @@ ffs_fragacct(fs, fragmap, fraglist, cnt)
}
#if defined(KERNEL) && defined(DIAGNOSTIC) && defined(DDB)
-void
+static void
ffs_checkoverlap(bp, ip)
struct buf *bp;
struct inode *ip;
OpenPOWER on IntegriCloud