summaryrefslogtreecommitdiffstats
path: root/arch/m68k/emu/nfblock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-2/+1
| | | | | | | | | | | | | | | There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it. Note that various drivers got the return value from ->make_request and returned non-zero values for errors. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
* m68k/atari: ARAnyM - Add support for block accessRoman Zippel2011-03-161-0/+195
[geert: Cleanups and updates] Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Petr Stehlik <pstehlik@sophics.cz>