linux/drivers/usb/gadget
Al Viro 233e70f422 saner FASYNC handling on file close
As it is, all instances of ->release() for files that have ->fasync()
need to remember to evict file from fasync lists; forgetting that
creates a hole and we actually have a bunch that *does* forget.

So let's keep our lives simple - let __fput() check FASYNC in
file->f_flags and call ->fasync() there if it's been set.  And lose that
crap in ->release() instances - leaving it there is still valid, but we
don't have to bother anymore.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-11-01 09:49:46 -07:00
..
amd5536udc.c
amd5536udc.h
at91_udc.c
at91_udc.h
atmel_usba_udc.c
atmel_usba_udc.h
cdc2.c
composite.c
config.c
dummy_hcd.c
epautoconf.c
ether.c
f_acm.c
f_ecm.c
f_loopback.c
f_obex.c
f_rndis.c
f_serial.c
f_sourcesink.c
f_subset.c
file_storage.c
fsl_qe_udc.c
fsl_qe_udc.h
fsl_usb2_udc.c
fsl_usb2_udc.h
g_zero.h
gadget_chips.h
gmidi.c
goku_udc.c
goku_udc.h
inode.c saner FASYNC handling on file close 2008-11-01 09:49:46 -07:00
Kconfig
lh7a40x_udc.c
lh7a40x_udc.h
m66592-udc.c
m66592-udc.h
Makefile
ndis.h
net2280.c
net2280.h
omap_udc.c
omap_udc.h
printer.c
pxa25x_udc.c
pxa25x_udc.h
pxa27x_udc.c USB: Fix unneeded endpoint check in pxa27x_udc 2008-10-22 10:05:28 -07:00
pxa27x_udc.h
rndis.c
rndis.h
s3c2410_udc.c
s3c2410_udc.h
serial.c
u_ether.c
u_ether.h
u_serial.c
u_serial.h
usbstring.c
zero.c