diff options
author | Michal Nazarewicz <m.nazarewicz@samsung.com> | 2009-11-09 16:15:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 22:55:22 +0300 |
commit | 481e49296ae6979891af30c9858511d4347a5393 (patch) | |
tree | 9c78e22db74134e4ccd96df62d92295b7c88da31 /net/ipv4/tcp_timer.c | |
parent | d23b0f08d18fc42f26f6a0776c6d827eb35143a9 (diff) | |
download | linux-481e49296ae6979891af30c9858511d4347a5393.tar.xz |
USB: g_mass_storage: fsg_config added & module params handlig changed
Removed all references to mod_data in f_mass_storage.c and
instead created fsg_config structure fsg_common_init() takes
as an argument -- it stores all configuration options that
were previously taken from mod_data.
Moreover, The fsg_config structure allows per-LUN
configuration of removable and CD-ROM emulation.
Module parameters are handled by defining an object of
fsg_module_parameters structure and then declaring module
parameters via FSG_MODULE_PARAMETERS() macro. It adds proper
declarations to the code making specified object be populated
from module parameters.
To use values stored there one may use either
fsg_config_from_params() which will will a fsg_config structure
with values taken from fsg_module_parameters structure or
fsg_common_from_params() which will initialise fsg_common
structure directly.
Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions