* Eric Van Hensbergen <ericvh@xxxxxxxxx> wrote: > > - Update atime/mtime in p9_wstat, not really needed. > > The underlying storage may handle this for you, I think 9p avoids > updating atime by default, at least in caching scenarios -- too much > unnecessary protocol traffic. Yeah, atime is absolutely painful all around - just don't do it by default and maybe allow it via some option. Very little userspace depends on it and almost none will break outright, there is a large number of filesystems that do not do any (or do a poor) atime update. So if atimes are not provided straight away it will be very clear from the beginning that atime isnt something that will be there by default. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html