From: Ivo van Doorn Date: Mon, 11 Oct 2010 13:38:45 +0000 (+0200) Subject: rt2x00: Make queue_entry flags access atomic X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d1eabc8c42ddf5fd3ea4184094561b3edd127b;p=pandora-kernel.git rt2x00: Make queue_entry flags access atomic All access to the queue_entry->flags can be done concurrently, so all flags must use the atomic operators. On most locations this was already done, so just fix the last few non-atomic versions. Signed-off-by: Ivo van Doorn Acked-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed