From owner-cvs-src-old@FreeBSD.ORG Fri May 6 13:12:03 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A7EA106564A for ; Fri, 6 May 2011 13:12:03 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69E8F8FC13 for ; Fri, 6 May 2011 13:12:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p46DC3Zp091028 for ; Fri, 6 May 2011 13:12:03 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p46DC3UJ091027 for cvs-src-old@freebsd.org; Fri, 6 May 2011 13:12:03 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201105061312.p46DC3UJ091027@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Fri, 6 May 2011 13:11:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfs nfs.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2011 13:12:03 -0000 mav 2011-05-06 13:11:50 UTC FreeBSD src repository Modified files: sys/fs/nfs nfs.h Log: SVN rev 221523 on 2011-05-06 13:11:50Z by mav Increase NFS_TICKINTVL value from 10 to 500. Now that callout does useful things only once per second, so other 99 calls per second were useless and just don't allow idle system to sleep properly. Reviewed by: rmacklem Revision Changes Path 1.11 +1 -1 src/sys/fs/nfs/nfs.h