Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 18:14:24 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187833 - head/sys/sys
Message-ID:  <200901281814.n0SIEOxg028343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901281814.n0SIEOxg028343>