commit | e8c65d143a9903cb553c0d80c819428c5b839a02 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Feb 08 10:07:04 2010 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:43:20 2010 -0800 |
tree | 58cea659ac19c23a4c5475a362c157c9497ef10f | |
parent | 266794eb71cfee65b38371954b9db2f6dbda207c [diff] |
nozomi: Fix mutex handling The original author didn't realise the kernel lock was a drop while sleep lock so did clever (and wrong) things to work around the non need to avoid deadlocks. Remove the cleverness and the comment (as we don't hold the BKL now anyway in those paths) Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>