Re: Modifying file access time upon exec...
From: Ken Smith (kensmith_at_cse.Buffalo.EDU)
Date: 05/31/05
- Previous message: Hajimu UMEMOTO: "Re: [CFR] correct type of addrinfo.ai_addrlen and netent.n_net"
- In reply to: Jeremie Le Hen: "Re: Modifying file access time upon exec..."
- Next in thread: Sergey Babkin: "Re: Re: Modifying file access time upon exec..."
- Maybe reply: Sergey Babkin: "Re: Re: Modifying file access time upon exec..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Jeremie Le Hen <jeremie@le-hen.org> Date: Tue, 31 May 2005 08:35:28 -0400
On Sun, 2005-05-29 at 18:57 +0200, Jeremie Le Hen wrote:
> Hi Marc, Ken,
>
> > > I'm not sure why you say NFS filesystems can't be mounted with noatime.
> >
> > No, I'm saying that there are filesystems you wouldn't want to mount
> > with noatime (/tmp, /var/tmp, /var/mail, /var/spool/*) because some
> > software depends on the atime being adjusted.
>
> I thought that, according to the goal of this patch, the "noatime"
> option you were talking about would be in fact a "noatime-on-exec"
> option. Access time would be still updated on other cases.
> Am I wrong ?
This is correct. Other than changing it so that the atime on executable
files gets modified when they get executed this patch should not change
anything.
--
Ken Smith
- From there to here, from here to | kensmith@cse.buffalo.edu
there, funny things are everywhere. |
- Theodore Geisel |
- application/pgp-signature attachment: This is a digitally signed message part
- Previous message: Hajimu UMEMOTO: "Re: [CFR] correct type of addrinfo.ai_addrlen and netent.n_net"
- In reply to: Jeremie Le Hen: "Re: Modifying file access time upon exec..."
- Next in thread: Sergey Babkin: "Re: Re: Modifying file access time upon exec..."
- Maybe reply: Sergey Babkin: "Re: Re: Modifying file access time upon exec..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: Modifying file access time upon exec...
... I'm saying that there are filesystems you wouldn't want to mount ...
Any software that depends on the value of atime is broken by design. ... (freebsd-arch) - Re: Modifying file access time upon exec...
... I'm saying that there are filesystems you wouldn't want to mount ...
> Any software that depends on the value of atime is broken by design. ... (freebsd-arch) - Re: File.ctime for detecting directory modifications?
... I don't know about ctime, but some filesystems allow control over ...
whether other attributed like atime are maintained or updated. ... (comp.lang.ruby)