Re: [PATCH] Fix race with shared tag queue maps

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jens Axboe <jens.axboe@...>
Cc: <linux-kernel@...>, <linux-scsi@...>, <orgis@...>, <arekm@...>, <ed.lin@...>, Andrew Morton <akpm@...>, <James.Bottomley@...>
Date: Thursday, September 13, 2007 - 11:42 am

On Thu, 13 Sep 2007, Jens Axboe wrote:

Ahh, that wouldn't work at all. The "__test_and_set_bit()" thing isn't 
atomic at all, and no amount of memory barriers around it would help 
(you'd need to use real locking, but at that point the memory barriers are 
pointless anyway).


You still left this one. But never mind - I already edited your original 
patch and it's in my tree with both of those things removed.

		Linus
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix race with shared tag queue maps, Jens Axboe, (Thu Sep 13, 8:26 am)
Re: [PATCH] Fix race with shared tag queue maps, Arkadiusz Miskiewicz, (Fri Sep 14, 2:19 am)
Re: [PATCH] Fix race with shared tag queue maps, Linus Torvalds, (Thu Sep 13, 11:16 am)
Re: [PATCH] Fix race with shared tag queue maps, Jens Axboe, (Thu Sep 13, 11:22 am)
Re: [PATCH] Fix race with shared tag queue maps, Linus Torvalds, (Thu Sep 13, 11:42 am)
Re: [PATCH] Fix race with shared tag queue maps, Jens Axboe, (Fri Sep 14, 3:47 am)