projects
/
~tnikolova
/
compat
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
aab709b
)
config/rdma.m4: Fixed definition HAVE_ISCSI_SCSI_REQ
author
Vladimir Sokolovsky
<vlad@mellanox.com>
Wed, 7 Jan 2015 15:52:40 +0000
(17:52 +0200)
committer
Vladimir Sokolovsky
<vlad@mellanox.com>
Wed, 7 Jan 2015 15:52:40 +0000
(17:52 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
config/rdma.m4
patch
|
blob
|
history
diff --git
a/config/rdma.m4
b/config/rdma.m4
index
9d77060
..
5d5f227
100644
(file)
--- a/
config/rdma.m4
+++ b/
config/rdma.m4
@@
-401,7
+401,9
@@
AC_DEFUN([LINUX_CONFIG_COMPAT],
LB_LINUX_TRY_COMPILE([
#include <scsi/iscsi_proto.h>
],[
LB_LINUX_TRY_COMPILE([
#include <scsi/iscsi_proto.h>
],[
- struct iscsi_scsi_req *req = NULL;
+ struct iscsi_scsi_req req = {
+ .opcode = 0,
+ };
return 0;
],[
return 0;
],[