The patch titled i2o/exec-osm.c: use "unsigned long flags;" has been added to the -mm tree. Its filename is i2o-exec-osmc-use-unsigned-long-flags.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i2o/exec-osm.c: use "unsigned long flags;" From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Just like everyone else. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Markus Lidel <Markus.Lidel@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/message/i2o/exec-osm.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/message/i2o/exec-osm.c~i2o-exec-osmc-use-unsigned-long-flags drivers/message/i2o/exec-osm.c --- a/drivers/message/i2o/exec-osm.c~i2o-exec-osmc-use-unsigned-long-flags +++ a/drivers/message/i2o/exec-osm.c @@ -127,7 +127,7 @@ int i2o_msg_post_wait_mem(struct i2o_con DECLARE_WAIT_QUEUE_HEAD(wq); struct i2o_exec_wait *wait; static u32 tcntxt = 0x80000000; - long flags; + unsigned long flags; int rc = 0; wait = i2o_exec_wait_alloc(); _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch oom-killer-meets-userspace-headers.patch lockd-endianness-annotations.patch kernel-nsproxyc-use-kmemdup.patch i2o-exec-osmc-use-unsigned-long-flags.patch mtd-fix-comment-typo-devic.patch parisc-use-unsigned-long-flags-in-semaphore-code.patch config_pm=n-slim-drivers-pcmcia.patch i82092-wire-up-errors-from-pci_register_driver.patch megaraid-fix-warnings-when-config_proc_fs=n.patch scsi_libc-use-build_bug_on.patch git-wireless.patch paride-rename-pi_register-and-pi_unregister.patch paride_register-shuffle-return-values.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html