lib/scsi: downgrade SCSI SO version
Internal headers (such as one in SCSI) should not trigger the SO versoning fialures. This was addressed by patch: (f53bf76
)test/check_so_deps: limit scope of header checks. Additionally quite recently another patch increased the SO version for SCSI: (6b6a3ff
)scsi: add SPC2 RESERVE/RELEASE support They were not in the same relation chain when being submitted, so they didn't test against each other. This resulted in: SO name for libspdk_scsi.so changed without a change to abi. please revert that change. For this reason this patch revs down the SO version for SCSI lib. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I69caae6c139e546afe2eeeae3395dc80ff898339 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3114 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
59a91950ec
commit
4c156e6379
@ -34,7 +34,7 @@
|
||||
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
|
||||
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
||||
|
||||
SO_VER := 4
|
||||
SO_VER := 3
|
||||
SO_MINOR := 0
|
||||
|
||||
C_SRCS = dev.c lun.c port.c scsi.c scsi_bdev.c scsi_pr.c scsi_rpc.c task.c
|
||||
|
Loading…
Reference in New Issue
Block a user