Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()
authorAlexey Khoroshilov <[email protected]>
Wed, 19 Jan 2011 21:13:44 +0000 (00:13 +0300)
committerGreg Kroah-Hartman <[email protected]>
Fri, 21 Jan 2011 20:38:46 +0000 (12:38 -0800)
commite26a755211c72ccfc52faf4e647757a058eb131a
tree1dd1be42988f4585496d9050a915f64eb910932a
parent4ac638b2ce0738183019c9fe72a8cd1259eb2ad1
Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()

I do not see any reason for the mutex_unlock(&inode->i_mutex); in
pohmelfs_rename().

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <[email protected]>
Acked-by: Evgeniy Polyakov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/pohmelfs/dir.c