Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / include / scsi / scsi_host.h
index 4c2dc81..3b907fc 100644 (file)
@@ -245,6 +245,9 @@ struct scsi_host_template {
         * midlayer calls this point so that the driver may deallocate
         * and terminate any references to the target.
         *
+        * Note: This callback is called with the host lock held and hence
+        * must not sleep.
+        *
         * Status: OPTIONAL
         */
        void (* target_destroy)(struct scsi_target *);