From: Eric Sandeen <sandeen@sandeen.net>
To: Roland Eggner <edvx1@systemanalysen.net>
Cc: SGI Project XFS mailing list <xfs@oss.sgi.com>
Subject: Re: [PATCH] enable possibility of ALL different atime mount options
Date: Thu, 29 Jan 2009 23:42:53 -0500 [thread overview]
Message-ID: <4982854D.8000808@sandeen.net> (raw)
In-Reply-To: <200901300322.02079.edvx1@systemanalysen.net>
Roland Eggner wrote:
> Utako Kusaka has provided this patch
> http://oss.sgi.com/archives/xfs/2007-10/msg00168.html
> It works for me GRACEFULLY with ALL different atime mount options: atime|noatime|relatime.
> Note, the mount options are effective, not only accepted.
> Prior to this patch, mount option atime has been ignored.
> Please put the patch to mainline, it would save worries for users, who need the traditional atime
> bahavior. Think of some corner cases for desktop usage.
>
Which specific problem is this fixing for you?
you say that atime is ignored; but:
default mounts:
[root@inode test]# echo foo > atimetestfile
[root@inode test]# stat atimetestfile
Access: 2009-01-30 04:36:47.470348714 -0600
[root@inode test]# cat atimetestfile
foo
[root@inode test]# stat atimetestfile
Access: 2009-01-30 04:36:57.450339777 -0600
remount as noatime:
[root@inode test]# mount -o remount,noatime .
[root@inode test]# stat atimetestfile
Access: 2009-01-30 04:36:57.450339777 -0600
[root@inode test]# cat atimetestfile
foo
[root@inode test]# stat atimetestfile
Access: 2009-01-30 04:36:57.450339777 -0600
it would appear to be working...
-Eric
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2009-01-30 4:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-30 2:22 [PATCH] enable possibility of ALL different atime mount options Roland Eggner
2009-01-30 4:42 ` Eric Sandeen [this message]
2009-01-30 4:47 ` Eric Sandeen
2009-01-30 9:50 ` Roland Eggner
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=4982854D.8000808@sandeen.net \
--to=sandeen@sandeen.net \
--cc=edvx1@systemanalysen.net \
--cc=xfs@oss.sgi.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.