[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fts: introduce FTS_NOATIME
From: |
Paul Eggert |
Subject: |
Re: [PATCH] fts: introduce FTS_NOATIME |
Date: |
Fri, 08 Jul 2011 11:03:18 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 |
On 07/08/11 10:27, Eric Blake wrote:
> if O_NOATIME is 0, --noatime should be rejected as an outright
> impossibility.
>
> if O_NOATIME is non-zero, --noatime should enable FTS_NOATIME, but only
> as a best-effort (that is, the option is silently ignored where the
> kernel is too old),
If --noatime is silently ignored in the latter case,
shouldn't it also be silently ignored in the former?
That would be more consistent across platforms.