mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
ibmvstgt: Minor comment change.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2668 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1030,8 +1030,8 @@ static inline struct viosrp_crq *next_crq(struct crq_queue *queue)
|
||||
* handle_crq() - Process the command/response queue.
|
||||
*
|
||||
* Note: Although this function is not thread-safe because of how it is
|
||||
* scheduled it is guaranteed that this function is running on at most one CPU
|
||||
* at any given time.
|
||||
* scheduled it is guaranteed that this function will never be scheduled
|
||||
* concurrently against itself.
|
||||
*/
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 20) && !defined(BACKPORT_LINUX_WORKQUEUE_TO_2_6_19)
|
||||
static void handle_crq(void *ctx)
|
||||
|
||||
Reference in New Issue
Block a user