From: Dave Rawks <dave@pandora.com>
To: linux-kernel@vger.kernel.org
Subject: inconsistent behavior of MS_RELATIME F_FLAG
Date: Thu, 26 May 2011 10:44:14 -0700 [thread overview]
Message-ID: <4DDE916E.3070803@pandora.com> (raw)
I've been trying to figure this out for the past few days and I'm at a
loss as to what exactly the expected behavior of the MS_RELATIME bit in
F_FLAG is supposed to reflect when I stat a mounted filesystem. The
comments in fs.h state that the MS_RELATIME flag is one of the
filesystem independent flags available in the regular 32 bit F_FLAG
mask. However observationally I notice that /proc/mounts indicates that
relatime is set even on mount which return 0 for the relatime bit when
stat'd.
For instance:
/etc/fstab:
>/dev/sda3 /var ext3 defaults 0 2
/proc/mounts:
> /dev/sda3 /var ext3 rw,relatime,errors=continue,data=ordered 0 0
yet when I stat the filesystem (excuse my python):
> >>> import os,statvfs
> >>> os.statvfs('/var')[statvfs.F_FLAG]
> 4096
> >>> 4096 & (1<<21)
> 0
>From a quick search back through the list archive, I see that the
default atime behavior has been a contentious subject at times, but I'm
left wondering how we came to a state where apparently relatime is the
default but the normal programmatic way of interrogating the mount's
state does not reflect that.
Any insight would be greatly appreciated. Also, this is my first post to
lkml so I apologize in advance if I've asked in the wrong place.
-Dave Rawks
reply other threads:[~2011-05-26 17:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DDE916E.3070803@pandora.com \
--to=dave@pandora.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox