From: Brian King Date: Thu, 28 May 2009 21:17:29 +0000 (-0500) Subject: [SCSI] ibmvfc: Add support for NPIV Logout X-Git-Tag: v2.6.31-rc1~365^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79111d0899a122fa3cf0a2921292c3e6a25452d0;p=pandora-kernel.git [SCSI] ibmvfc: Add support for NPIV Logout This patch adds support for a new command supported by the Virtual I/O Server, NPIV Logout. The command will abort all outstanding commands and log out of the fabric. Currently, the only way to do this is by breaking the CRQ, which can take a fairly long time when lots of commands are outstanding. The NPIV Logout commands provides a mechanism to accomplish virtually the same function, but is much faster. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed