[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>
Showing
- fs/ext3/file.c 2 additions, 2 deletionsfs/ext3/file.c
- fs/ext3/inode.c 7 additions, 7 deletionsfs/ext3/inode.c
- fs/ext3/ioctl.c 2 additions, 2 deletionsfs/ext3/ioctl.c
- fs/ext3/super.c 1 addition, 1 deletionfs/ext3/super.c
- include/linux/ext3_fs_i.h 4 additions, 3 deletionsinclude/linux/ext3_fs_i.h
Loading
Please register or sign in to comment