]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/core/filter.c
unaligned access in sk_run_filter()
authorDmitry Mishin <dim@openvz.org>
Tue, 18 Apr 2006 21:50:10 +0000 (14:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 18 Apr 2006 22:57:54 +0000 (15:57 -0700)
commit40daafc80b0f6a950c9252f9f1a242ab5cb6a648
tree93e74daf6429d544af14bff31e9ffe3f772186d3
parentb809739a1b455396c21de13bcbf6669faf82f747
unaligned access in sk_run_filter()

This patch fixes unaligned access warnings noticed on IA64
in sk_run_filter(). 'ptr' can be unaligned.

Signed-off-By: Dmitry Mishin <dim@openvz.org>
Signed-off-By: Kirill Korotaev <dev@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c