From: Swen Schillig Date: Fri, 16 Jul 2010 13:37:37 +0000 (+0200) Subject: [SCSI] zfcp: Cleanup function parameters for sbal value. X-Git-Tag: v2.6.36-rc1~570^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b047599ade30051bf6c14fbe64181d1fec3dfa;p=pandora-kernel.git [SCSI] zfcp: Cleanup function parameters for sbal value. A lot of functions require the amount of SBALs as one of their parameter which is most times invariable. Therefore remove this parameter and set the SBAL value explicitly if a non standard value is required. In addition the warning message "oversized data" is replaced with a BUG_ON() statement assuring the limits defined and requested by zfcp. Signed-off-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed