Date: Wed, 14 Sep 2005 10:34:49 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 83593 for review Message-ID: <200509141034.j8EAYmtt048555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509141034.j8EAYmtt048555>