svn commit: r187833 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Wed Jan 28 10:14:24 PST 2009


Author: jhb
Date: Wed Jan 28 18:14:24 2009
New Revision: 187833
URL: http://svn.freebsd.org/changeset/base/187833

Log:
  Actually remove the VA_MARK_ATIME flag.  This should have been in the
  earlier commit to add VOP_MARKATIME().

Modified:
  head/sys/sys/vnode.h

Modified: head/sys/sys/vnode.h
==============================================================================
--- head/sys/sys/vnode.h	Wed Jan 28 18:10:57 2009	(r187832)
+++ head/sys/sys/vnode.h	Wed Jan 28 18:14:24 2009	(r187833)
@@ -285,7 +285,6 @@ struct vattr {
  */
 #define	VA_UTIMES_NULL	0x01		/* utimes argument was NULL */
 #define	VA_EXCLUSIVE	0x02		/* exclusive create request */
-#define	VA_MARK_ATIME	0x04		/* setting atime for execve/mmap */
 
 /*
  * Flags for ioflag. (high 16 bits used to ask for read-ahead and


More information about the svn-src-all mailing list