From e2dcce544297b2364ebd4874f6db0390aafa366e Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 15 Feb 2019 16:46:50 -0800 Subject: Internal change. PiperOrigin-RevId: 234237297 Change-Id: Ic9b7a37db831556d2c2cf733a6e27fba27afee0b --- pkg/p9/p9.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/p9') diff --git a/pkg/p9/p9.go b/pkg/p9/p9.go index 5aeebf16e..2737fe7ed 100644 --- a/pkg/p9/p9.go +++ b/pkg/p9/p9.go @@ -44,7 +44,7 @@ const ( // OpenFlagsIgnoreMask is a list of OpenFlags mode bits that are ignored for Tlopen. // Note that syscall.O_LARGEFILE is set to zero, use value from Linux fcntl.h. - OpenFlagsIgnoreMask OpenFlags = syscall.O_DIRECTORY | 0100000 + OpenFlagsIgnoreMask OpenFlags = syscall.O_DIRECTORY | syscall.O_NOATIME | 0100000 ) // ConnectFlags is the mode passed to Connect operations. -- cgit v1.2.3