Re: svn commit: r209226 - head/sys/fs/tmpfs

2010-06-16 Thread Alan Cox
On 6/16/2010 7:43 AM, Pawel Jakub Dawidek wrote: On Wed, Jun 16, 2010 at 12:41:21AM +, Alan Cox wrote: Author: alc Date: Wed Jun 16 00:41:21 2010 New Revision: 209226 URL: http://svn.freebsd.org/changeset/base/209226 Log: Eliminate unnecessary page queues locking. [...] Could

Re: svn commit: r209226 - head/sys/fs/tmpfs

2010-06-16 Thread Alan Cox
On 6/16/2010 7:43 AM, Pawel Jakub Dawidek wrote: On Wed, Jun 16, 2010 at 12:41:21AM +, Alan Cox wrote: Author: alc Date: Wed Jun 16 00:41:21 2010 New Revision: 209226 URL: http://svn.freebsd.org/changeset/base/209226 Log: Eliminate unnecessary page queues locking. [...] Could

Re: svn commit: r209226 - head/sys/fs/tmpfs

2010-06-16 Thread Pawel Jakub Dawidek
On Wed, Jun 16, 2010 at 12:41:21AM +, Alan Cox wrote: > Author: alc > Date: Wed Jun 16 00:41:21 2010 > New Revision: 209226 > URL: http://svn.freebsd.org/changeset/base/209226 > > Log: > Eliminate unnecessary page queues locking. [...] Could you take a look at this patch: http://pe

svn commit: r209226 - head/sys/fs/tmpfs

2010-06-15 Thread Alan Cox
Author: alc Date: Wed Jun 16 00:41:21 2010 New Revision: 209226 URL: http://svn.freebsd.org/changeset/base/209226 Log: Eliminate unnecessary page queues locking. Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tmpfs/tmpfs_vnops.c ==