Actually remove the VA_MARK_ATIME flag. This should have been in the
earlier commit to add VOP_MARKATIME().
This commit is contained in:
parent
9fe2e2b813
commit
49cfcf2ff6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user