From: Michal Nazarewicz Date: Mon, 9 Nov 2009 13:15:24 +0000 (+0100) Subject: USB: g_mass_storage: most data moved to fsg_common X-Git-Tag: v2.6.33-rc1~315^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea864cffdfd327117d4b7829935974b3f47ff31;p=pandora-kernel.git USB: g_mass_storage: most data moved to fsg_common Most of the data from fsg_dev have been moved to fsg_common structure. The fsg_dev structure holds only endpoint dependent data. The fsg_common structure has a fsg pointer which points to active fsg_dev structure -- endpoints are referenced via this pointer. This fixes the problem of several threads created when a single instance of MSF is used in several USB configurations. Signed-off-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed