mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Removed trailing whitespace.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1604 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -16,8 +16,8 @@ To be done
|
||||
pattern.
|
||||
|
||||
- Fix in-kernel O_DIRECT mode.
|
||||
|
||||
- Close integration with Linux initiator SCSI mid-level, including
|
||||
|
||||
- Close integration with Linux initiator SCSI mid-level, including
|
||||
queue types (simple, ordered, etc.) and local initiators (sd, st, sg,
|
||||
etc.) support. Requires modifications of the kernel.
|
||||
|
||||
@@ -26,13 +26,13 @@ To be done
|
||||
TST, UA_INTLCK_CTRL bits. Requires deep modifications of the kernel.
|
||||
|
||||
- Better handle of devices DMA restrictions, where needed.
|
||||
|
||||
|
||||
- Small ToDo's spread all over the code.
|
||||
|
||||
- Additional ability for target drivers to ask for command's retry also
|
||||
after xmit_response() and rdy_to_xfer() returned (for example, if a
|
||||
command was successfully sent to the target card, but later it was
|
||||
returned by the card with BUSY completion status).
|
||||
|
||||
|
||||
- Advanced SCSI commands support: COPY, EXTENDED COPY, third party
|
||||
RESERVE, etc.
|
||||
|
||||
@@ -3903,7 +3903,7 @@ void scst_sysfs_user_del_info(struct scst_sysfs_user_info *info)
|
||||
EXPORT_SYMBOL(scst_sysfs_user_del_info);
|
||||
|
||||
/*
|
||||
* Returns true if the reply received and being processed by another part of
|
||||
* Returns true if the reply received and being processed by another part of
|
||||
* the kernel, false otherwise. Also removes the user_info from the list to
|
||||
* fix for the user space that it missed the timeout.
|
||||
*/
|
||||
|
||||
@@ -79,7 +79,7 @@ static inline void scst_schedule_tasklet(struct scst_cmd *cmd)
|
||||
* NULL otherwise.
|
||||
*
|
||||
* Must not be called in parallel with scst_unregister_session() for the
|
||||
* same session.
|
||||
* same session.
|
||||
*/
|
||||
struct scst_cmd *scst_rx_cmd(struct scst_session *sess,
|
||||
const uint8_t *lun, int lun_len,
|
||||
|
||||
Reference in New Issue
Block a user