Re: svn commit: r248567 - head/sys/fs/nfsclient

2013-03-21 Thread Ivan Klymenko
В Thu, 21 Mar 2013 15:08:21 +0200 Konstantin Belousov пишет: > ccache ? What compiler is it ? it is with ccache + gcc, with a ccache + clang build successful > Anyway, I committed the supposed fix in the r248581. Thank you, it helped. ___ svn-src-hea

Re: svn commit: r248567 - head/sys/fs/nfsclient

2013-03-21 Thread Peter Wemm
On Thu, Mar 21, 2013 at 6:08 AM, Konstantin Belousov wrote: > On Thu, Mar 21, 2013 at 01:32:36PM +0200, fidaj wrote: >> >> >> >> that commit breaks kernel built >> >> ... >> /usr/local/libexec/ccache/world/cc -O2 -pipe -fno-strict-aliasing -Werror >> -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNE

Re: svn commit: r248567 - head/sys/fs/nfsclient

2013-03-21 Thread Konstantin Belousov
On Thu, Mar 21, 2013 at 01:32:36PM +0200, fidaj wrote: > > > > that commit breaks kernel built > > ... > /usr/local/libexec/ccache/world/cc -O2 -pipe -fno-strict-aliasing -Werror > -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/GENERIC/opt_global

Re: svn commit: r248567 - head/sys/fs/nfsclient

2013-03-21 Thread fidaj
that commit breaks kernel built ... /usr/local/libexec/ccache/world/cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=

svn commit: r248567 - head/sys/fs/nfsclient

2013-03-21 Thread Konstantin Belousov
Author: kib Date: Thu Mar 21 07:25:08 2013 New Revision: 248567 URL: http://svnweb.freebsd.org/changeset/base/248567 Log: Do not call vnode_pager_setsize() while a NFS node mutex is locked. vnode_pager_setsize() might sleep waiting for the page after EOF be unbusied. Call vnode_pager_se