Re: [PATCH] zisofs use mutex instead of semaphore

2007-07-16 Thread H. Peter Anvin
Dave Young wrote: > Hi, > > Use mutex instead of semaphore in fs/isofs/compress.c, and remove a > unnecessary variable. > > Signed-off-by: Dave Young <[EMAIL PROTECTED]> Acked-by: H. Peter Anvin <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] zisofs use mutex instead of semaphore

2007-07-16 Thread Dave Young
Hi, Use mutex instead of semaphore in fs/isofs/compress.c, and remove a unnecessary variable. Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- fs/isofs/compress.c | 25 + 1 file changed, 5 insertions(+), 20 deletions(-) diff -upr linux/fs/isofs/compress.c linux.new/fs