From owner-cvs-all@FreeBSD.ORG Thu Jan 25 13:07:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2946616A402; Thu, 25 Jan 2007 13:07:26 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1A81013C441; Thu, 25 Jan 2007 13:07:26 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0PD7PPl021360; Thu, 25 Jan 2007 13:07:25 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0PD7PeT021359; Thu, 25 Jan 2007 13:07:25 GMT (envelope-from bde) Message-Id: <200701251307.l0PD7PeT021359@repoman.freebsd.org> From: Bruce Evans Date: Thu, 25 Jan 2007 13:07:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfs4client nfs4_vfs_subs.c src/sys/nfsclient nfs.h nfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 13:07:26 -0000 bde 2007-01-25 13:07:25 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfs_subs.c sys/nfsclient nfs.h nfs_vfsops.c Log: Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead of duplicating it except for larger style bugs in the copy. Fix some nearby style bugs (including a harmless type mismatch) in and near the remaining copy. This is part of fixing collisions of the 2 nfs*client's names. Even static names should have a unique prefixes so that they can be debugged easily. Revision Changes Path 1.5 +0 -18 src/sys/nfs4client/nfs4_vfs_subs.c 1.98 +1 -0 src/sys/nfsclient/nfs.h 1.190 +6 -7 src/sys/nfsclient/nfs_vfsops.c