1. NAME

scsi_remove_target - try to remove a target and all its devices

2. SYNOPSIS

void scsi_remove_target(struct device *  dev );

3. ARGUMENTS

dev
    generic starget or parent of generic stargets to be removed

4. NOTE

This is slightly racy. It is possible that if the user requests the addition of another device then the target wonAqt be removed.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT