kernel_optimize_test/drivers
Badari Pulavarty 543ade1fc9 [PATCH] Streamline generic_file_* interfaces and filemap cleanups
This patch cleans up generic_file_*_read/write() interfaces.  Christoph
Hellwig gave me the idea for this clean ups.

In a nutshell, all filesystems should set .aio_read/.aio_write methods and use
do_sync_read/ do_sync_write() as their .read/.write methods.  This allows us
to cleanup all variants of generic_file_* routines.

Final available interfaces:

generic_file_aio_read() - read handler
generic_file_aio_write() - write handler
generic_file_aio_write_nolock() - no lock write handler

__generic_file_aio_write_nolock() - internal worker routine

Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-01 00:39:28 -07:00
..
acorn
acpi
amba
ata
atm
base
block
bluetooth
cdrom
char [PATCH] Streamline generic_file_* interfaces and filemap cleanups 2006-10-01 00:39:28 -07:00
clocksource
connector
cpufreq
crypto
dio
dma
edac
eisa
fc4
firmware
hwmon
i2c
ide
ieee1394
infiniband
input
isdn
leds
macintosh
mca
md
media
message
mfd
misc
mmc
mtd
net [PATCH] Remove readv/writev methods and use aio_read/aio_write instead 2006-10-01 00:39:28 -07:00
nubus
oprofile
parisc
parport
pci
pcmcia [PATCH] omap_cf works again (sync with linux-omap tree) 2006-10-01 00:39:25 -07:00
pnp
rapidio
rtc [PATCH] RTC: rtc-ds1553, rtc-ds1742 update 2006-10-01 00:39:25 -07:00
s390
sbus
scsi
serial
sh
sn
spi
tc
telephony
usb [PATCH] Vectorize aio_read/aio_write fileop methods 2006-10-01 00:39:28 -07:00
video
w1
zorro
Kconfig
Makefile