public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* question about drivers/scsi/scsi_transport_fc.c
@ 2010-08-28 17:11 Julia Lawall
  2010-09-02 10:53 ` Christof Schmitt
  0 siblings, 1 reply; 8+ messages in thread
From: Julia Lawall @ 2010-08-28 17:11 UTC (permalink / raw)
  To: James E.J. Bottomley, linux-scsi; +Cc: joe

The function fc_bsg_goose_queue in the file drivers/scsi/scsi_transport_fc.c
contains the following code:

        flagset = test_bit(QUEUE_FLAG_REENTER, &rport->rqst_q->queue_flags) &&
                  !test_bit(QUEUE_FLAG_REENTER, &rport->rqst_q->queue_flags);

I have the impression that this is always 0.  QUEUE_FLAG_REENTER is 
defined with quite a lot of other constants, so I don't really have a 
guess as to what was intended.

thanks,
julia

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-10-05  9:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28 17:11 question about drivers/scsi/scsi_transport_fc.c Julia Lawall
2010-09-02 10:53 ` Christof Schmitt
2010-09-02 13:39   ` Hannes Reinecke
2010-09-02 14:28     ` Christof Schmitt
2010-09-02 15:01       ` [PATCH] scsi: Remove QUEUE_FLAG_REENTER from SCSI code Christof Schmitt
2010-09-27  7:58         ` James Bottomley
2010-10-04 13:47           ` Christof Schmitt
2010-10-05  9:00             ` [PATCH v2] " Christof Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox