original_kernel/net
Arnd Bergmann 2b18ab36cf net/wireless: use generic_file_llseek in debugfs
The default llseek operation is changing from
default_llseek to no_llseek, so all code relying on
the current behaviour needs to make that explicit.

The wireless driver infrastructure and some of the drivers
make use of generated debugfs files, so they cannot
be converted by our script that automatically determines
the right operation.

All these files use debugfs and they typically rely
on simple_read_from_buffer, so the best llseek operation
here is generic_file_llseek.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
2010-09-16 10:33:08 +02:00
..
9p
802
8021q
appletalk
atm
ax25
bluetooth
bridge bridge: Clear INET control block of SKBs passed into ip_fragment(). 2010-09-01 19:17:34 -07:00
caif
can
core gro: Re-fix different skb headrooms 2010-09-08 10:32:15 -07:00
dcb
dccp
decnet
dns_resolver
dsa
econet
ethernet
ieee802154
ipv4 udp: add rehash on connect() 2010-09-08 21:45:01 -07:00
ipv6 udp: add rehash on connect() 2010-09-08 21:45:01 -07:00
ipx
irda irda: off by one 2010-09-07 13:57:22 -07:00
iucv
key
l2tp
lapb
llc
mac80211 net/wireless: use generic_file_llseek in debugfs 2010-09-16 10:33:08 +02:00
netfilter ipvs: fix active FTP 2010-09-08 10:39:57 -07:00
netlabel
netlink
netrom
packet
phonet
rds
rfkill
rose
rxrpc
sched
sctp sctp: fix test for end of loop 2010-09-09 15:00:29 -07:00
sunrpc
tipc
unix UNIX: Do not loop forever at unix_autobind(). 2010-09-07 13:57:23 -07:00
wanrouter
wimax
wireless net/wireless: use generic_file_llseek in debugfs 2010-09-16 10:33:08 +02:00
x25
xfrm xfrm_user: avoid a warning with some compiler 2010-09-01 14:29:35 -07:00
Kconfig
Makefile
TUNABLE
compat.c
nonet.c
socket.c
sysctl_net.c