Re: [Bacula-users] O_NOATIME

2006-08-18 Thread Kern Sibbald
Hello John, On Friday 18 August 2006 17:27, John Goerzen wrote: > Hi, > > In reading about the keepatime option and in reading the source, I think > there is a much better way to accomplish this, on Linux at least. > > On Linux, since 2.6.8, there is an O_NOATIME flag that can be passed to > ope

[Bacula-users] O_NOATIME

2006-08-18 Thread John Goerzen
Hi, In reading about the keepatime option and in reading the source, I think there is a much better way to accomplish this, on Linux at least. On Linux, since 2.6.8, there is an O_NOATIME flag that can be passed to open(2). The open(2) manpage states: O_NOATIME (Since Linu