diff options
author | phk <phk@FreeBSD.org> | 2000-06-27 07:46:22 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-06-27 07:46:22 +0000 |
commit | 0535bee2fbd0f967274c6e103227a3026e67fe28 (patch) | |
tree | ef2b0e946cb438008483a137f3a2e098534febbb /sys/ufs | |
parent | 2c5a7a6ad041eac0529fcd468fb1153a019a6b2d (diff) | |
download | FreeBSD-src-0535bee2fbd0f967274c6e103227a3026e67fe28.zip FreeBSD-src-0535bee2fbd0f967274c6e103227a3026e67fe28.tar.gz |
Move prtactive to vfs from ufs. It is used all over the place.
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ufs/ufs_inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index c0a78f7..507e716 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -53,8 +53,6 @@ #include <ufs/ufs/ufsmount.h> #include <ufs/ufs/ufs_extern.h> -int prtactive = 0; /* 1 => print out reclaim of active vnodes */ - /* * Last reference to an inode. If necessary, write or delete it. */ |