]> git.baikalelectronics.ru Git - kernel.git/commit
zisofs use mutex instead of semaphore
authorDave Young <hidave.darkstar@gmail.com>
Wed, 17 Oct 2007 06:26:10 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:47 +0000 (08:42 -0700)
commitff9ae421464c6a3a510f1581f8bf983819451716
tree78a8b9a5cab718521229b452739ab3f27e0457e1
parentb89a2a6c672802739b97e27326651c7aea0f67d9
zisofs use mutex instead of semaphore

Use mutex instead of semaphore in fs/isofs/compress.c, and remove an
unnecessary variable.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/isofs/compress.c