From: Arjan van de Ven Date: Thu, 23 Mar 2006 11:00:42 +0000 (-0800) Subject: [PATCH] convert ext3's truncate_sem to a mutex X-Git-Tag: v2.6.17-rc1~1031 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97461518610fb1679f67333bb699bb81136e49fe;p=pandora-kernel.git [PATCH] convert ext3's truncate_sem to a mutex ext3's truncate_sem is always released in the same function it's taken and it otherwise is a mutex as well.. Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed