* SCSI Group Reservation
@ 2003-01-01 11:09 chandrasekhar.nagaraj
0 siblings, 0 replies; only message in thread
From: chandrasekhar.nagaraj @ 2003-01-01 11:09 UTC (permalink / raw)
To: linux-kernel
Hi ,
I am writing a code in a driver for issuing persistent group reservation to
a SCSI disk.
For this I am using the functions scsi_allocate_request to create the
request packet and then calling scsi_wait_req (with command as
PERSISTENT_RESERVE_OUT and service action as Register) to transport the
command to the SCSI disk.
The problem I am facing is I am not able to send the parameter list
(consisting of Reservation key,Service action reservation key etc).with the
command.
The error message which I get is "Invalid field in parameter list" . I guess
this error came because the parameter list
was not supplied .
Can anybody suggest how to send the command and the parameter list together
i.e. whether the command parameter of scsi_wait_req will have both the
command and parameter list together ?
Thanks and Regards
Chandrasekhar
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-01 10:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-01 11:09 SCSI Group Reservation chandrasekhar.nagaraj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome