diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-02-26 17:54:08 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-02-26 17:54:08 +0000 |
commit | 256be3be16b62330dce4cdbf68e7da928724c1b3 (patch) | |
tree | 0e623dfec3a388cd4eeffcc98f8fc3b0d7cb1b3b /sys/ufs/ffs | |
parent | 2b60981060b845ae3a88c02d5d43943a2e1895cc (diff) |
Move #define STATIC
Get rid of unnecessary comment to self
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r-- | sys/ufs/ffs/ffs_softdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index fde639b057f..afa7d29cb79 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_softdep.c,v 1.15 2001/02/26 17:43:34 csapuntz Exp $ */ +/* $OpenBSD: ffs_softdep.c,v 1.16 2001/02/26 17:54:07 csapuntz Exp $ */ /* * Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved. * @@ -48,7 +48,6 @@ #endif #ifndef DEBUG #define DEBUG -#define STATIC #endif #include <sys/param.h> @@ -70,6 +69,7 @@ #include <ufs/ffs/ffs_extern.h> #include <ufs/ufs/ufs_extern.h> +#define STATIC /* * These definitions need to be adapted to the system to which @@ -4446,7 +4446,6 @@ flush_pagedep_deps(pvp, mp, diraddhdp) * happen at most once. */ inum = dap->da_newinum; - /* XXXCPS - figure out locking here */ if (dap->da_state & MKDIR_BODY) { FREE_LOCK(&lk); if ((error = VFS_VGET(mp, inum, &vp)) != 0) |