• Michal Nazarewicz's avatar
    USB: g_file_storage: more code from file_storage.c moved to storage_common.c · 93f93740
    Michal Nazarewicz authored
    Since storage_common.c no longer references mod_data object
    it is now possible to include it before mod_data object is
    defined.  This makes it possible to move some defines that
    are used as default values of mod_data fields to be defined
    in storage_common.c file (where they should be set from
    the beginning).
    
    Also, show_ro(), show_file(), store_ro() and store_file()
    have been moved to storage_common.c with LUN's device's
    drvdata changed from pointing to fsg_dev to pointing to
    rw_semaphore (&fsg->filesem).
    Signed-off-by: default avatarMichal Nazarewicz <m.nazarewicz@samsung.com>
    Cc: David Brownell <dbrownell@users.sourceforge.net>
    Cc: Alan Stern <stern@rowland.harvard.edu>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    93f93740
storage_common.c 19.1 KB