summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-03-25 12:53:19 +0000
committertrasz <trasz@FreeBSD.org>2012-03-25 12:53:19 +0000
commit9edb0f9ffba451a0006f5d41d66048d6ac01df9a (patch)
treef754949c185fdf700c3d2c0a103891b06afb993d
parent39c40cce12eb24c548affde3ed07fe9647a175ba (diff)
downloadFreeBSD-src-9edb0f9ffba451a0006f5d41d66048d6ac01df9a.zip
FreeBSD-src-9edb0f9ffba451a0006f5d41d66048d6ac01df9a.tar.gz
Remove unused define.
Discussed with: kib
-rw-r--r--sys/sys/vnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 39d9b36..0c14e25 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -380,7 +380,6 @@ extern int vttoif_tab[];
#define SKIPSYSTEM 0x0001 /* vflush: skip vnodes marked VSYSTEM */
#define FORCECLOSE 0x0002 /* vflush: force file closure */
#define WRITECLOSE 0x0004 /* vflush: only close writable files */
-#define DOCLOSE 0x0008 /* vclean: close active files */
#define V_SAVE 0x0001 /* vinvalbuf: sync file first */
#define V_ALT 0x0002 /* vinvalbuf: invalidate only alternate bufs */
#define V_NORMAL 0x0004 /* vinvalbuf: invalidate only regular bufs */
OpenPOWER on IntegriCloud