]> git.karo-electronics.de Git - mv-sheeva.git/commit
hfsplus: fix double lock typo in ioctl
authorDan Carpenter <error27@gmail.com>
Mon, 25 Oct 2010 18:39:07 +0000 (20:39 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 25 Oct 2010 18:39:07 +0000 (20:39 +0200)
commite50fb58b5b3548e578d3b74ff15aeb7d9a496839
treed5d94211f7d988420c854cf7d5193d57ecf277dd
parent35da7a307c535f9c2929cae277f3df425c9f9b1e
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>
fs/hfsplus/ioctl.c