PERFORCE change 171564 for review
Aditya Sarawgi
truncs at FreeBSD.org
Wed Dec 9 13:51:32 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=171564
Change 171564 by truncs at aditya on 2009/12/09 13:50:38
Remove unwanted assert.
Affected files ...
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_alloc.c#19 edit
Differences ...
==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_alloc.c#19 (text+ko) ====
@@ -642,7 +642,6 @@
int error, bno, start, end, loc;
char *bbp;
/* XXX ondisk32 */
- mtx_assert(EXT2_MTX(ip->i_ump), MA_OWNED);
fs = ip->i_e2fs;
ump = ip->i_ump;
if (fs->e2fs_gd[cg].ext2bgd_nbfree == 0)
More information about the p4-projects
mailing list