git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d626f
)
compat: add struct compat_ifreq etc to compat.h
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 6 Nov 2009 08:09:03 +0000
(08:09 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 7 Nov 2009 04:43:57 +0000
(20:43 -0800)
In order to move socket ioctl conversion code into multiple
places in the socket code, we need a common defintion of
the data structures it uses.
Also change the name from ifreq32 to compat_ifreq to
follow the naming convention for compat.h
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found