commit | 6d703a81ad5fdd102334751ddacb053ecc6ff046 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Sep 01 17:52:57 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 17:52:57 2009 -0700 |
tree | 1bebde3a0c34677296dc4784e800445ea02b4f0a | |
parent | 76fbebfbb593bd66780db0a808afe1d21c7ff6d6 [diff] |
ide: convert to ->proc_fops ->read_proc, ->write_proc are going away, ->proc_fops should be used instead. The only tricky place is IDENTIFY handling: if for some reason taskfile_lib_get_identify() fails, buffer _is_ changed and at least first byte is overwritten. Emulate old behaviour with returning that first byte to userspace and reporting length=1 despite overall -E. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>