• T
    ide-tape: simplify read/write functions · 4344d07f
    Tejun Heo 提交于
    Impact: cleanup
    
    idetape_chrdev_read/write() functions are unnecessarily complex when
    everything can be handled in a single loop.  Collapse
    idetape_add_chrdev_read/write_request() into the rw functions and
    simplify the implementation.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    4344d07f
ide-tape.c 55.3 KB