PERFORCE change 170984 for review
Aditya Sarawgi
truncs at FreeBSD.org
Tue Nov 24 15:55:34 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=170984
Change 170984 by truncs at aditya on 2009/11/24 15:55:05
Remove unlock_super in this function, this was giving rise to devfs
not locked panics.
Affected files ...
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_alloc.c#17 edit
Differences ...
==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_alloc.c#17 (text+ko) ====
@@ -791,7 +791,6 @@
}
EXT2_UNLOCK(ump);
bdwrite(bp);
- unlock_super(DEVVP(ip));
return (cg * fs->e2fs->e2fs_ipg + ipref +1);
}
More information about the p4-projects
mailing list