From owner-cvs-src@FreeBSD.ORG Thu Jul 19 03:34:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E783E16A403; Thu, 19 Jul 2007 03:34:50 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C21DD13C442; Thu, 19 Jul 2007 03:34:50 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6J3Yosk017748; Thu, 19 Jul 2007 03:34:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6J3Yo7c017747; Thu, 19 Jul 2007 03:34:50 GMT (envelope-from delphij) Message-Id: <200707190334.l6J3Yo7c017747@repoman.freebsd.org> From: Xin LI Date: Thu, 19 Jul 2007 03:34:50 +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/fs/tmpfs tmpfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 03:34:51 -0000 delphij 2007-07-19 03:34:50 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c Log: MFp4: Rework on tmpfs's mapped read/write procedures. This should finally fix fsx test case. The printf's added here would be eventually turned into assertions. Submitted by: Mingyan Guo (mostly) Approved by: re (tmpfs blanket) Revision Changes Path 1.8 +186 -61 src/sys/fs/tmpfs/tmpfs_vnops.c