[PATCH] convert ext3's truncate_sem to a mutex
authorArjan van de Ven <arjan@infradead.org>
Thu, 23 Mar 2006 11:00:42 +0000 (03:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:14 +0000 (07:38 -0800)
commit97461518610fb1679f67333bb699bb81136e49fe
tree483fcaf10744a96ad9fced97910fa75610c3fcdb
parent7bf6d78dd93ccc52cd2cac5066c4b84834e4f1f2
[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 <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/file.c
fs/ext3/inode.c
fs/ext3/ioctl.c
fs/ext3/super.c
include/linux/ext3_fs_i.h