From: Atsushi Nemoto Date: Fri, 10 Mar 2006 01:33:38 +0000 (-0800) Subject: [PATCH] mtd: 64 bit fixes X-Git-Tag: v2.6.16-rc6~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef675d491bd65028fa838015ebc6ce8abefab6f;p=pandora-kernel.git [PATCH] mtd: 64 bit fixes Fix some bugs in mtd/jffs2 on 64bit platform. The MEMGETBADBLOCK/MEMSETBADBLOCK ioctl are not listed in compat_ioctl.h. And some variables in jffs2 are declared as uint32_t but used to hold size_t values. Signed-off-by: Atsushi Nemoto Cc: Thomas Gleixner Acked-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed