14 Jan 2006 15:26
[patch 2.6.15-mm4] sem2mutex: JFFS
Ingo Molnar <mingo <at> elte.hu>
2006-01-14 14:26:33 GMT
2006-01-14 14:26:33 GMT
From: Ingo Molnar <mingo <at> elte.hu> semaphore to mutex conversion. the conversion was generated via scripts, and the result was validated automatically via a script as well. build tested. Signed-off-by: Ingo Molnar <mingo <at> elte.hu> ---- fs/jffs/inode-v23.c | 86 ++++++++++++++++++++++++++-------------------------- fs/jffs/intrep.c | 6 +-- fs/jffs/jffs_fm.c | 2 - fs/jffs/jffs_fm.h | 5 +-- 4 files changed, 50 insertions(+), 49 deletions(-) Index: linux/fs/jffs/inode-v23.c =================================================================== --- linux.orig/fs/jffs/inode-v23.c +++ linux/fs/jffs/inode-v23.c <at> <at> -42,7 +42,7 <at> <at> #include <linux/quotaops.h> #include <linux/highmem.h> #include <linux/vfs.h> -#include <asm/semaphore.h> +#include <linux/mutex.h> #include <asm/byteorder.h> #include <asm/uaccess.h>(Continue reading)
RSS Feed