From: Alan Stern Date: Thu, 1 May 2008 19:35:18 +0000 (-0400) Subject: usb-storage: separate dynamic flags from fixed flags X-Git-Tag: v2.6.27-rc1~946^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e4d6c387994294ac8198b624ee71e75de60dfd2;p=pandora-kernel.git usb-storage: separate dynamic flags from fixed flags This patch (as1089) separates out the dynamic atomic bitflags and the static bitfields in usb-storage. Until now the two sorts of flags have been sharing the same word; this has always been awkward. To help prevent possible confusion, the two new fields each have a different name from the original. us->fflags contains the fixed bitfields (mostly taken from the USB ID table in unusual_devs.h), and us->dflags contains the dynamic atomic bitflags (used with set_bit, test_bit, and so on). Signed-off-by: Alan Stern Cc: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed