All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] lapi: fcntl.h: Add O_NOATIME
@ 2014-03-09  8:12 Zeng Linggang
  2014-03-09  8:14 ` [LTP] [PATCH 2/2] open/open12.c: add new tests Zeng Linggang
  0 siblings, 1 reply; 6+ messages in thread
From: Zeng Linggang @ 2014-03-09  8:12 UTC (permalink / raw)
  To: ltp-list

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
---
 include/lapi/fcntl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/lapi/fcntl.h b/include/lapi/fcntl.h
index fe8b2cc..089f22a 100644
--- a/include/lapi/fcntl.h
+++ b/include/lapi/fcntl.h
@@ -47,4 +47,8 @@
 # define AT_SYMLINK_NOFOLLOW 0x100
 #endif
 
+#ifndef O_NOATIME
+# define O_NOATIME 01000000
+#endif
+
 #endif /* __LAPI_FCNTL_H__ */
-- 
1.8.4.2




------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-14 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09  8:12 [LTP] [PATCH 1/2] lapi: fcntl.h: Add O_NOATIME Zeng Linggang
2014-03-09  8:14 ` [LTP] [PATCH 2/2] open/open12.c: add new tests Zeng Linggang
2014-03-11 15:43   ` chrubis
     [not found]     ` <1394716096.2087.10.camel@G08JYZSD130126>
     [not found]       ` <1394716306.2087.14.camel@G08JYZSD130126>
2014-04-01 16:14         ` [LTP] [PATCH v2 4/4] " chrubis
     [not found]           ` <1396589471.2098.6.camel@G08JYZSD130126>
2014-05-14 15:07             ` [LTP] [PATCH v2] " chrubis
     [not found]       ` <1394716248.2087.13.camel@G08JYZSD130126>
2014-04-01 16:14         ` [LTP] [PATCH v2 3/4] open/open02.c: add EPERM errno test chrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.