Thread: O_NOATIME
View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 04:51 AM
Tom Lane
 
Posts: n/a
Default Re: O_NOATIME

Ron Mayer <rm_pg@cheapcomplexdevices.com> writes:
> Would people be interested in a trivial patch that adds O_NOATIME
> to open() for platforms that support it? (apparently Linux 2.6.8
> and better).


Isn't that usually, and more portably, handled in the filesystem
mount options?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote