From owner-cvs-src-old@FreeBSD.ORG Thu Oct 15 19:50:20 2009 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 53F7D1065670 for ; Thu, 15 Oct 2009 19:50:20 +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 431CA8FC12 for ; Thu, 15 Oct 2009 19:50:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9FJoKPU065947 for ; Thu, 15 Oct 2009 19:50:20 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9FJoKY0065944 for cvs-src-old@freebsd.org; Thu, 15 Oct 2009 19:50:20 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <200910151950.n9FJoKY0065944@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Thu, 15 Oct 2009 19:50:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/mount_nfs mount_nfs.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, 15 Oct 2009 19:50:20 -0000 rmacklem 2009-10-15 19:50:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/mount_nfs mount_nfs.c Log: SVN rev 198150 on 2009-10-15 19:50:00Z by rmacklem MFC r197298: Change the default transport protocol for use by the Mount protocol and the NFS Null RPC done by mount_nfs from UDP to TCP, so that it is consistent with the kernel, which already uses NFS over TCP by default. Without this change, doing an NFS mount against a server that only supports UDP results in an unusable mount point if a transport protocol option wasn't specified for the mount. Approved by: re (kib) Revision Changes Path 1.88.2.2 +1 -1 src/sbin/mount_nfs/mount_nfs.c