commit | 9c20616c385ebeaa30257ef5d35e8f346db4ee32 | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Thu May 29 17:14:05 2008 -0600 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Jul 02 15:06:27 2008 -0600 |
tree | 1042f35fee812262abbacd11f4d7ae523c69c893 | |
parent | 38c4c97c62a30aef276663c1128a2051a25ead7d [diff] |
Make FAT users happier by not deadlocking The FAT BKL removal patch can cause deadlocks. It turns out that the new lock_super() calls are unneeded, remove them (as directed by Linus). Reported-by: "Tony Luck" <tony.luck@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>