Mikulas Patocka
720fc22a7a
ide: Fix IDE taskfile with cfq scheduler
...
When ide taskfile access is being used (for example with hdparm --security
commands) and cfq scheduler is selected, the scheduler crashes on BUG in
cfq_put_request.
The reason is that the cfq scheduler is tracking counts of read and write
requests separately; the ide-taskfile subsystem allocates a read request and
then flips the flag to make it a write request. The counters in cfq will
mismatch.
This patch changes ide-taskfile to allocate the READ or WRITE request as
required and don't change the flag later.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2010-04-06 16:43:33 -07:00
..
2010-03-24 14:38:37 +01:00
2010-03-23 09:39:08 -04:00
2010-03-15 16:00:47 -07:00
2010-03-07 17:04:50 -08:00
2010-03-24 11:00:02 +01:00
2010-03-12 16:04:50 -08:00
2010-03-24 16:42:43 -07:00
2010-03-06 11:26:28 -08:00
2010-03-07 17:04:49 -08:00
2010-03-07 17:04:49 -08:00
2010-03-08 16:55:37 +01:00
2010-03-12 16:04:50 -08:00
2010-03-22 16:33:31 +01:00
2010-03-06 11:26:32 -08:00
2010-03-26 15:07:46 -07:00
2010-03-07 17:04:49 -08:00
2010-03-24 16:31:20 -07:00
2010-03-26 16:34:29 -07:00
2010-03-18 16:52:31 -07:00
2010-03-06 11:33:09 -08:00
2010-03-24 14:38:39 +01:00
2010-04-06 16:43:33 -07:00
2010-03-12 16:04:50 -08:00
2010-03-19 13:39:42 -07:00
2010-03-14 11:13:54 -07:00
2010-03-25 11:58:02 -07:00
2010-03-16 20:27:25 +00:00
2010-03-16 19:47:54 +00:00
2010-03-18 16:55:24 -07:00
2010-03-14 11:13:54 -07:00
2010-03-08 16:55:37 +01:00
2010-03-12 16:41:09 -08:00
2010-03-24 16:31:21 -07:00
2010-03-24 16:31:21 -07:00
2010-03-19 14:25:45 -04:00
2010-03-25 11:56:32 -07:00
2010-03-07 17:04:49 -08:00
2010-03-08 16:55:37 +01:00
2010-03-26 16:34:29 -07:00
2010-03-26 16:34:29 -07:00
2010-03-16 20:13:31 +00:00
2010-03-14 20:08:38 -04:00
Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release
2010-03-14 21:30:17 -04:00
2010-03-12 15:52:43 -08:00
2010-03-22 19:46:16 +00:00
2010-03-24 16:31:19 -07:00
2010-03-24 11:49:53 +01:00
2010-03-18 16:54:31 -07:00
2010-03-23 13:33:51 +09:00
2010-03-19 18:16:20 -07:00
2010-03-18 17:01:19 -07:00
2010-03-16 19:47:54 +00:00
2010-03-07 17:04:51 -08:00
2010-03-19 13:40:03 -07:00
2010-03-19 18:14:22 -07:00
2010-03-17 23:07:35 +02:00
2010-03-24 16:52:15 -07:00
2010-03-12 16:04:50 -08:00
2010-03-08 13:48:01 +00:00
2010-03-07 17:04:49 -08:00
2010-03-06 11:26:28 -08:00
2010-03-08 20:21:04 +00:00