svn commit: r258403 - head/sys/ufs/ffs

John-Mark Gurney jmg at FreeBSD.org
Wed Nov 20 21:21:30 UTC 2013


Author: jmg
Date: Wed Nov 20 21:21:29 2013
New Revision: 258403
URL: http://svnweb.freebsd.org/changeset/base/258403

Log:
  fix white space...
  
  MFC after:	1 week

Modified:
  head/sys/ufs/ffs/softdep.h

Modified: head/sys/ufs/ffs/softdep.h
==============================================================================
--- head/sys/ufs/ffs/softdep.h	Wed Nov 20 21:16:53 2013	(r258402)
+++ head/sys/ufs/ffs/softdep.h	Wed Nov 20 21:21:29 2013	(r258403)
@@ -132,7 +132,7 @@
 #define	INPROGRESS	0x001000 /* dirrem, freeblks, freefrag, freefile only */
 #define	UFS1FMT		0x002000 /* indirdep only */
 #define	EXTDATA		0x004000 /* allocdirect only */
-#define ONWORKLIST	0x008000
+#define	ONWORKLIST	0x008000
 #define	IOWAITING	0x010000 /* Thread is waiting for IO to complete. */
 #define	ONDEPLIST	0x020000 /* Structure is on a dependency list. */
 #define	UNLINKED	0x040000 /* inodedep has been unlinked. */


More information about the svn-src-head mailing list