commit | e50fb58b5b3548e578d3b74ff15aeb7d9a496839 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Oct 25 20:39:07 2010 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Oct 25 20:39:07 2010 +0200 |
tree | d5d94211f7d988420c854cf7d5193d57ecf277dd | |
parent | 35da7a307c535f9c2929cae277f3df425c9f9b1e [diff] |
hfsplus: fix double lock typo in ioctl This was supposed to be a mutex_unlock() instead of a mutex_lock(). Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Christoph Hellwig <hch@tuxera.com>