From: Nicholas Bellinger Date: Tue, 22 Mar 2011 21:14:09 +0000 (-0700) Subject: iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.h X-Git-Tag: v3.1-rc1~137^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8304bbceee505742925b487fd8ea56e1f8b4b805;p=pandora-kernel.git iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.h This patch moves the iscsi_sna_lt() and iscsi_sna_lte(), along with iscsi_sna_gt() and iscsi_sna_gte() from iscsi_target_mod into static inlines inside of include/scsi/iscsi_proto.h This patch also includes the ISCSI_HDR_LEN and ISCSI_CRC_LEN definitions. (Added JesperJ simpliciation for iscsi_sna_* usage) Signed-off-by: Mark Rustad Signed-off-by: Mike Christie Signed-off-by: Nicholas A. Bellinger --- Reading git-diff-tree failed