PERFORCE change 83593 for review

Scott Long scottl at FreeBSD.org
Wed Sep 14 03:34:50 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=83593

Change 83593 by scottl at 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.


More information about the p4-projects mailing list