summaryrefslogtreecommitdiffstats
path: root/sys/netns
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-01-05 16:22:17 +0000
committergibbs <gibbs@FreeBSD.org>1995-01-05 16:22:17 +0000
commit3d62a40d3f4e970a1d0cc6b0bddf14b1dabb3f3c (patch)
tree49cc34772badc8c3cfc22bc8d041d61d28c2d7ec /sys/netns
parent909b5b93746585ec14c40caee692a03c1d819c31 (diff)
downloadFreeBSD-src-3d62a40d3f4e970a1d0cc6b0bddf14b1dabb3f3c.zip
FreeBSD-src-3d62a40d3f4e970a1d0cc6b0bddf14b1dabb3f3c.tar.gz
Add VNINACT flag. LFS has a habbit of skipping the ufs_inactive procedure.
It used to do this by setting a global <Yuck>. Now we set th VNINACT flag in the vnode to force a skip of ufs_inactive. Sorry for missing this file in my last commit folks. Index: vnode.h =================================================================== RCS file: /usr/cvs/src/sys/sys/vnode.h,v retrieving revision 1.14 diff -c -r1.14 vnode.h *** 1.14 1994/11/14 13:51:53 --- vnode.h 1994/12/03 01:06:27 *************** *** 116,121 **** --- 116,122 ---- #define VALIASED 0x0800 /* vnode has an alias */ #define VDIROP 0x1000 /* LFS: vnode is involved in a directory op */ #define VVMIO 0x2000 /* VMIO flag */ + #define VNINACT 0x4000 /* LFS: skip ufs_inactive() in lfs_vunref */ /* * Vnode attributes. A field value of VNOVAL represents a field whose value
Diffstat (limited to 'sys/netns')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud