Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 15:55:33 GMT
From:      Aditya Sarawgi <truncs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 170984 for review
Message-ID:  <200911241555.nAOFtXwv001057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170984

Change 170984 by truncs@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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911241555.nAOFtXwv001057>