Date: Fri, 23 Jan 2009 22:13:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200901232213.n0NMD8Mh020064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-01-23 22:13:00 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: SVN rev 187654 on 2009-01-23 22:13:00Z by jhb Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by not updating va_atime via VOP_SETATTR() isn't always synchronous. For some filesystems it is asynchronous. Suggested by: bde Revision Changes Path 1.755 +3 -3 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901232213.n0NMD8Mh020064>