Module Name: src Committed By: snj Date: Thu Dec 4 05:47:39 UTC 2014
Modified Files: src/sys/ufs/ufs [netbsd-6]: ufs_extattr.c Log Message: Pull up following revision(s) (requested by manu in ticket #1199): sys/ufs/ufs/ufs_extattr.c: revision 1.46 via patch Fix uninitialized mutex usage We use extended attribute mount mutex before testing if it had been initialized, and as reported by Christos, this caused panic with LOCKDEBUG. Fix it by testing before using. To generate a diff of this commit: cvs rdiff -u -r1.36.2.4 -r1.36.2.5 src/sys/ufs/ufs/ufs_extattr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.