On Fri, 27 Apr 2001, Andrea Arcangeli wrote:
> + __label__ here;
> + here:
> + printk(KERN_ERR "IO error or racy use of wait_on_buffer() from %p\n",
>&&here);
Detail nit: don't do this. Use "current_text_addr()" instead. Simpler to
read, and gcc will actually do the right thing wrt inlining etc.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] SMP race in ext2 - metadata co... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corruption. Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadata corrup... Alexander Viro
- Re: [PATCH] SMP race in ext2 - metadata co... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - metadat... Alexander Viro
- Re: [PATCH] SMP race in ext2 - met... Linus Torvalds
- Re: [PATCH] SMP race in ext2 - met... Alexander Viro
- Re: [PATCH] SMP race in ext2 - met... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - met... Alexander Viro
- Re: [PATCH] SMP race in ext2 - met... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - met... Linus Torvalds
- Re: [PATCH] SMP race in ext2 - met... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - met... Andrea Arcangeli
- Re: [PATCH] SMP race in ext2 - met... Andrzej Krzysztofowicz
- Re: [PATCH] SMP race in ext2 - met... LA Walsh
- Re: [PATCH] SMP race in ext2 - met... dek_ml
- Re: [PATCH] SMP race in ext2 - met... Vojtech Pavlik
- Re: [PATCH] SMP race in ext2 - met... Alexander Viro
- Re: [PATCH] SMP race in ext2 - met... Ville Herva
- Re: [PATCH] SMP race in ext2 - met... Linus Torvalds
- Re: [PATCH] SMP race in ext2 - met... Shane Wegner

