From a67095dc44ff296d1fa0bdf5f5909c81c8e0881f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Nov 2010 14:02:11 +0000 Subject: [PATCH] ibmvstgt: Minor comment change. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2668 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- ibmvstgt/src/ibmvstgt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ibmvstgt/src/ibmvstgt.c b/ibmvstgt/src/ibmvstgt.c index bd66de341..066e5dd27 100644 --- a/ibmvstgt/src/ibmvstgt.c +++ b/ibmvstgt/src/ibmvstgt.c @@ -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)