Re: svn commit: r324957 - head/sys/dev/iscsi

2017-10-24 Thread Andriy Gapon
On 24/10/2017 17:59, Andriy Gapon wrote: > Author: avg > Date: Tue Oct 24 14:59:31 2017 > New Revision: 324957 > URL: https://svnweb.freebsd.org/changeset/base/324957 > > Log: > iscsi_shutdown_post: do nothing if panic-ing By the way, this change raised a question if we even should post shutdow

svn commit: r324957 - head/sys/dev/iscsi

2017-10-24 Thread Andriy Gapon
Author: avg Date: Tue Oct 24 14:59:31 2017 New Revision: 324957 URL: https://svnweb.freebsd.org/changeset/base/324957 Log: iscsi_shutdown_post: do nothing if panic-ing There is nothing that that routine should or could really do in that context. Reported by: Ben RUBSON MFC after: