Author: trasz
Date: Sun Mar 25 12:53:19 2012
New Revision: 233463
URL: http://svn.freebsd.org/changeset/base/233463

Log:
  Remove unused define.
  
  Discussed with:       kib

Modified:
  head/sys/sys/vnode.h

Modified: head/sys/sys/vnode.h
==============================================================================
--- head/sys/sys/vnode.h        Sun Mar 25 12:13:24 2012        (r233462)
+++ head/sys/sys/vnode.h        Sun Mar 25 12:53:19 2012        (r233463)
@@ -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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to