Re: [PATCH] usb: storage: add shutdown function for usb storage driver

From: Alan Stern
Date: Wed Oct 25 2023 - 10:28:48 EST


On Wed, Oct 25, 2023 at 11:07:07AM +0200, Oliver Neukum wrote:
> On 24.10.23 21:23, Alan Stern wrote:
> > Since USB class-device drivers don't have ->shutdown callbacks (there is
> > no shutdown() method in struct usb_driver), they don't know what's going
> > on while a shutdown or reboot is in progress. All they see is a bunch
> > of errors.
>
> Does this solve the issue? You'd have to flush the cache on the SCSI
> device further down in the tree, if you want this done properly.

Depends on what issue you're talking about. The purpose of the proposed
patch was not to make sure that the reboot happens cleanly; it was to
prevent certain error messages from showing up in the system log.

Besides, Meng Li has decided to withdraw the patch submission.

Alan Stern