From: Will Drewry Date: Thu, 12 Apr 2012 21:47:53 +0000 (-0500) Subject: net/compat.c,linux/filter.h: share compat_sock_fprog X-Git-Tag: v3.5-rc1~161^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5fe1b4221c6701224c2601cf3c692e5721103e;p=pandora-kernel.git net/compat.c,linux/filter.h: share compat_sock_fprog Any other users of bpf_*_filter that take a struct sock_fprog from userspace will need to be able to also accept a compat_sock_fprog if the arch supports compat calls. This change allows the existing compat_sock_fprog be shared. Signed-off-by: Will Drewry Acked-by: Serge Hallyn Acked-by: Eric Dumazet Acked-by: Eric Paris v18: tasered by the apostrophe police v14: rebase/nochanges v13: rebase on to 88ebdda6159ffc15699f204c33feb3e431bf9bdc v12: rebase on to linux-next v11: introduction Signed-off-by: James Morris --- Reading git-diff-tree failed