From owner-p4-projects@FreeBSD.ORG Wed Sep 14 10:34:50 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A4E4616A421; Wed, 14 Sep 2005 10:34:49 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBCC16A41F for ; Wed, 14 Sep 2005 10:34:49 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F61443D46 for ; Wed, 14 Sep 2005 10:34:49 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EAYnpa048558 for ; Wed, 14 Sep 2005 10:34:49 GMT (envelope-from scottl@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EAYmtt048555 for perforce@freebsd.org; Wed, 14 Sep 2005 10:34:49 GMT (envelope-from scottl@freebsd.org) Date: Wed, 14 Sep 2005 10:34:49 GMT Message-Id: <200509141034.j8EAYmtt048555@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to scottl@freebsd.org using -f From: Scott Long To: Perforce Change Reviews Cc: Subject: PERFORCE change 83593 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:34:50 -0000 http://perforce.freebsd.org/chv.cgi?CH=83593 Change 83593 by scottl@scottl-junior on 2005/09/14 10:34:25 Fix a whitespace mistake. Affected files ... .. //depot/projects/soc2005/ufsj/src/sys/ufs/ffs/ffs_inode.c#5 edit Differences ... ==== //depot/projects/soc2005/ufsj/src/sys/ufs/ffs/ffs_inode.c#5 (text+ko) ==== @@ -136,7 +136,8 @@ /* * XXX This case is meant to slow down the call and ensure * that buffers are freed by the time it completes. - * We can't satisfy this with journaling enabled because * the buffer will be pinned until the transaction + * We can't satisfy this with journaling enabled because + * the buffer will be pinned until the transaction * ends. We don't know from here when the transaction * will end because there might be more sub-operations to * put into it.