[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4EAC94E1.9030603@gmail.com>
Date: Sun, 30 Oct 2011 02:05:53 +0200
From: Etienne DADA <dadabox@...il.com>
To: linux-kernel@...r.kernel.org
Subject: scsi/sr - Impossible to write CDs/DVDs simultaneously (since BKL
removal ?)
When burning multiple CDs/DVDs in parallel with multiple SATA drives,
you can notice that :
- the process is abnormaly slow using cdrskin or wodim (top shows lots
of I/O wait),
- the discs are burnt one after each other using cdrecord.
A simpler way to touch the problem is running :
$ eject /dev/sr0 & eject /dev/sr1
drives ejects sequentialy, rather than simultaneously as we were used to.
I think this problem arose after the Big Kernel Lock removal.
As far as I can understand the new "sr_mutex" private mutex in
drivers/scsi/sr.c generates a per-driver locking, where a per-device
locking would have been far better. I also think other drivers like sg
are impacted by the same problem.
I am absolutely unable to arrange this, and would be pleased if someone
competent could work on this.
Please CC me when answering as I'm not subscribing to the list.
Yours,
Étienne DADA
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists