Actually remove the VA_MARK_ATIME flag. This should have been in the

earlier commit to add VOP_MARKATIME().
This commit is contained in:
jhb 2009-01-28 18:14:24 +00:00
parent 9fe2e2b813
commit 49cfcf2ff6

View File

@ -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