projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vmallocinfo: add caller information
[linux-2.6]
/
include
/
linux
/
stat.h
diff --git
a/include/linux/stat.h
b/include/linux/stat.h
index
679ef0d
..
611c398
100644
(file)
--- a/
include/linux/stat.h
+++ b/
include/linux/stat.h
@@
-53,6
+53,9
@@
#define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
#define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
+#define UTIME_NOW ((1l << 30) - 1l)
+#define UTIME_OMIT ((1l << 30) - 2l)
+
#include <linux/types.h>
#include <linux/time.h>