[Midnightbsd-cvs] src [8938] trunk/sys/sys/vnode.h: remove unused define
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 26 19:06:31 EDT 2016
Revision: 8938
http://svnweb.midnightbsd.org/src/?rev=8938
Author: laffer1
Date: 2016-09-26 19:06:31 -0400 (Mon, 26 Sep 2016)
Log Message:
-----------
remove unused define
Modified Paths:
--------------
trunk/sys/sys/vnode.h
Modified: trunk/sys/sys/vnode.h
===================================================================
--- trunk/sys/sys/vnode.h 2016-09-26 23:06:05 UTC (rev 8937)
+++ trunk/sys/sys/vnode.h 2016-09-26 23:06:31 UTC (rev 8938)
@@ -383,7 +383,6 @@
#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 */
More information about the Midnightbsd-cvs
mailing list