Re: svn commit: r277828 - in head/sys: fs/tmpfs vm

2015-01-28 Thread Don Lewis
On 28 Jan, Konstantin Belousov wrote: > On Wed, Jan 28, 2015 at 09:41:06AM -0800, Don Lewis wrote: >> On 28 Jan, Konstantin Belousov wrote: >> > Author: kib >> > Date: Wed Jan 28 10:37:23 2015 >> > New Revision: 277828 >> > URL: https://svnweb.freebsd.org/changeset/base/277828 >> > >> > Log: >> >

Re: svn commit: r277828 - in head/sys: fs/tmpfs vm

2015-01-28 Thread Konstantin Belousov
On Wed, Jan 28, 2015 at 09:41:06AM -0800, Don Lewis wrote: > On 28 Jan, Konstantin Belousov wrote: > > Author: kib > > Date: Wed Jan 28 10:37:23 2015 > > New Revision: 277828 > > URL: https://svnweb.freebsd.org/changeset/base/277828 > > > > Log: > > Update mtime for tmpfs files modified through

Re: svn commit: r277828 - in head/sys: fs/tmpfs vm

2015-01-28 Thread Don Lewis
On 28 Jan, Konstantin Belousov wrote: > Author: kib > Date: Wed Jan 28 10:37:23 2015 > New Revision: 277828 > URL: https://svnweb.freebsd.org/changeset/base/277828 > > Log: > Update mtime for tmpfs files modified through memory mapping. Similar > to UFS, perform updates during syncer scans, w

svn commit: r277828 - in head/sys: fs/tmpfs vm

2015-01-28 Thread Konstantin Belousov
Author: kib Date: Wed Jan 28 10:37:23 2015 New Revision: 277828 URL: https://svnweb.freebsd.org/changeset/base/277828 Log: Update mtime for tmpfs files modified through memory mapping. Similar to UFS, perform updates during syncer scans, which in particular means that tmpfs now performs sca