PERFORCE change 169440 for review

Aditya Sarawgi truncs at FreeBSD.org
Mon Oct 12 20:48:20 UTC 2009


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

Change 169440 by truncs at aditya on 2009/10/12 20:47:44

	Fix indentation.

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_mount.h#4 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_mount.h#4 (text+ko) ====

@@ -60,9 +60,9 @@
 	struct bufobj *um_bo;
 };
 
-#define EXT2_LOCK(aa)	mtx_lock(&(aa)->um_lock)
-#define EXT2_UNLOCK(aa)	mtx_unlock(&(aa)->um_lock)
-#define EXT2_MTX(aa)	(&(aa)->um_lock)
+#define EXT2_LOCK(aa)		mtx_lock(&(aa)->um_lock)
+#define EXT2_UNLOCK(aa)		mtx_unlock(&(aa)->um_lock)
+#define EXT2_MTX(aa)		(&(aa)->um_lock)
 
 /* Convert mount ptr to ext2fsmount ptr. */
 #define VFSTOEXT2(mp)	((struct ext2mount *)((mp)->mnt_data))


More information about the p4-projects mailing list