diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-07-11 15:45:57 -0400 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-07-11 15:53:52 -0400 |
commit | 65efe654a9cb0b682efa9bf21065469a2e9147f4 (patch) | |
tree | 07068fa2e54507756a239249fe894434c6920f27 /open_issues/glibc.mdwn | |
parent | 3e3b91314fbdb9cead42b46ca8a0b5affcd7253a (diff) | |
parent | 9667351422dec0ca40a784a08dec7ce128482aba (diff) | |
download | web-65efe654a9cb0b682efa9bf21065469a2e9147f4.tar.gz web-65efe654a9cb0b682efa9bf21065469a2e9147f4.tar.bz2 web-65efe654a9cb0b682efa9bf21065469a2e9147f4.zip |
Merge remote-tracking branch 'fp/master'
Diffstat (limited to 'open_issues/glibc.mdwn')
-rw-r--r-- | open_issues/glibc.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index d45f0d14..31437744 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -1389,6 +1389,23 @@ Failures, mostly in order of appearance: Due to `ext2fs --no-atime`. + * IRC, OFTC, #debian-hurd, 2013-05-08 + + <youpi> bah, tst-atime failure :) + <pinotree> do you have its output? + <youpi> well it's very simple + <youpi> I have the noatime option on / :) + <pinotree> oh + <youpi> fortunately fsysopts works :) + <pinotree> the test checks whether ST_NOATIME is in the mount + options, maybe it would be a good idea to provide it + <youpi> yes + <pinotree> unfortunately it isn't in posix, so i'm not sure whether + adding it to the general bits/statvfs.h would be welcome + <pinotree> or whether we should fork it, like it is done for linux + <pinotree> oh no, we fork it already + <pinotree> \o/ + `dirent/tst-fdopendir.out`: directory atime changed |