]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by not
authorjhb <jhb@FreeBSD.org>
Fri, 23 Jan 2009 22:13:00 +0000 (22:13 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 23 Jan 2009 22:13:00 +0000 (22:13 +0000)
commitd7c8a44c0dac083e6c66996e0ef16ab8af82fc9e
tree2f14cf714c43f702fbe34f41f80bcc2277765c3e
parent4efa7c83e1eec7569c05a340284a2286efb7d56e
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
sys/kern/vfs_subr.c