Commit b83eb7a0 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Hideaki Yoshifuji

[PATCH] Mark taskfile EXPERIMENTAL again

Okay, since now corruption happens and there are some other issues to be
resolved ("bad: scheduling while atomic" and "/proc/ide/hdX/identify")
better set it by default to n for 2.5.74, also mark it EXPERIMENTAL.
parent 5f228b02
......@@ -277,9 +277,9 @@ config IDE_TASK_IOCTL
If you are unsure, say N here.
config IDE_TASKFILE_IO
bool 'IDE Taskfile IO'
depends on BLK_DEV_IDE
default y
bool 'IDE Taskfile IO (EXPERIMENTAL)'
depends on BLK_DEV_IDE && EXPERIMENTAL
default n
---help---
Use new taskfile IO code.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment