Re: [PATCH 2.6.11-rc3 03/08] ide: remove flagged_taskfile() and unify taskfile paths

2005-03-04 Thread Tejun Heo
03_ide_remove_flagged_taskfile.patch This patch removes flagged_taskfile(). All taskfile command issuing goes through do_rw_taskfile(). do_rw_taskfile() doesn't modify mangle with load flags anymore. It's now caller's responsibility to set appropriate flags.

Re: [PATCH 2.6.11-rc3 03/08] ide: remove flagged_taskfile() and unify taskfile paths

2005-03-04 Thread Tejun Heo
03_ide_remove_flagged_taskfile.patch This patch removes flagged_taskfile(). All taskfile command issuing goes through do_rw_taskfile(). do_rw_taskfile() doesn't modify mangle with load flags anymore. It's now caller's responsibility to set appropriate flags.