The patch titled i2o/exec-osm.c: use "unsigned long flags;" has been removed from the -mm tree. Its filename was i2o-exec-osmc-use-unsigned-long-flags.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 git-mtd.patch git-netdev-all.patch parisc-use-unsigned-long-flags-in-semaphore-code.patch git-pcmcia.patch megaraid-fix-warnings-when-config_proc_fs=n.patch paride-rename-pi_register-and-pi_unregister.patch paride_register-shuffle-return-values.patch enforce-unsigned-long-flags-when-spinlocking.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