PERFORCE change 165289 for review

Aditya Sarawgi truncs at FreeBSD.org
Fri Jun 26 21:02:55 UTC 2009


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

Change 165289 by truncs at aditya on 2009/06/26 21:01:57

	Fixed Typo.

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_alloc.c#15 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_alloc.c#15 (text+ko) ====

@@ -763,7 +763,7 @@
 		fs->e2fs_gd[cg].ext2bgd_ndirs++;
 	}
 	mark_buffer_dirty(bp);
-	unlock_buffer(DEVVP(ip));
+	unlock_super(DEVVP(ip));
 	return (cg * fs->e2fs.e2fs_ipg + ipref +1);
 }
 


More information about the p4-projects mailing list