]> git.proxmox.com Git - mirror_spl.git/commit
Fix missing return resulting in a double unlock of &files->file_lock
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 3 Jun 2008 20:58:55 +0000 (20:58 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 3 Jun 2008 20:58:55 +0000 (20:58 +0000)
commit684f787474561bb28e1217c5ae2d897aa80e1d87
tree385342f6b6be1404567cd613aa1427ac32ec2d87
parentfe81cb1c435e59c2f2a1d0ea210b24230cc8f22b
Fix missing return resulting in a double unlock of &files->file_lock
and a hang on subsequent sys_close.  I'm not quite sure why the Fedora
kernel caught this bug the Chaos kernel did not, but I'm glad!

Convert remaining BUG_ON's to ASSERTs

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@122 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
modules/splat/splat-atomic.c
modules/splat/splat-vnode.c