From owner-cvs-src-old@FreeBSD.ORG Thu Sep 9 15:45:23 2010 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 2606710656CE for ; Thu, 9 Sep 2010 15:45:23 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14F758FC12 for ; Thu, 9 Sep 2010 15:45:23 +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 o89FjMB3091883 for ; Thu, 9 Sep 2010 15:45:22 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o89FjMRB091882 for cvs-src-old@freebsd.org; Thu, 9 Sep 2010 15:45:22 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201009091545.o89FjMRB091882@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Thu, 9 Sep 2010 15:45:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clvnops.c 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: Thu, 09 Sep 2010 15:45:23 -0000 rmacklem 2010-09-09 15:45:11 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clvnops.c Log: SVN rev 212362 on 2010-09-09 15:45:11Z by rmacklem Fix the experimental NFS client so that it doesn't panic when NFSv2,3 byte range locking is attempted. A fix that allows the nlm_advlock() to work with both clients is in progress, but may take a while. As such, I am doing this commit so that the kernel doesn't panic in the meantime. Submitted by: jh MFC after: 2 weeks Revision Changes Path 1.28 +3 -1 src/sys/fs/nfsclient/nfs_clvnops.c