diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-07-02 15:52:26 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-07-02 15:52:26 +0000 |
commit | 69e67ecd4305f0a615def2aba28e863c419736d0 (patch) | |
tree | 59c7993d49adf8917469c84ef5a6ce88c1f20b27 /sys/ufs/ffs | |
parent | 3cb9d2cc3561dba1595dc3e17043a99a4a03b7af (diff) |
rename VFSDEBUG to VFLCKDEBUG;
prompted by tedu@
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r-- | sys/ufs/ffs/ffs_vfsops.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index b0cd1556cee..1bf51469039 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_vfsops.c,v 1.128 2010/12/21 20:14:44 thib Exp $ */ +/* $OpenBSD: ffs_vfsops.c,v 1.129 2011/07/02 15:52:25 thib Exp $ */ /* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */ /* @@ -1263,7 +1263,8 @@ retry: *vpp = NULL; return (error); } -#ifdef VFSDEBUG + +#ifdef VFSLCKDEBUG vp->v_flag |= VLOCKSWORK; #endif ip = pool_get(&ffs_ino_pool, PR_WAITOK|PR_ZERO); |