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)
commita36a151e79be1562d6fea3ec4698f23e7102a26f
tree78a8b9a5cab718521229b452739ab3f27e0457e1
parent040b5c6f9503f2d6b35c335f8537bb3035d35547
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