Ingo Molnar | 14 Jan 2006 15:26
Picon
Picon
Favicon

[patch 2.6.15-mm4] sem2mutex: JFFS

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)

Alexey Dobriyan | 26 Jan 2006 14:28
Picon

[PATCH] Remove fs/jffs2/histo.h

From: Domen Puncer <domen <at> coderock.org>

Remove nowhere referenced file (egrep "histo\." didn't find anything).

Signed-off-by: Domen Puncer <domen <at> coderock.org>
Signed-off-by: Alexey Dobriyan <adobriyan <at> gmail.com>
---

 fs/jffs2/histo.h |    3 ---
 1 file changed, 3 deletions(-)

--- a/fs/jffs2/histo.h
+++ b/fs/jffs2/histo.h
 <at>  <at>  -1,3 +0,0  <at>  <at> 
-/* This file provides the bit-probabilities for the input file */
-#define BIT_DIVIDER 629
-static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */


Gmane