|
@@ -328,14 +328,6 @@ void scm_detach_fds_compat(struct msghdr *kmsg, struct scm_cookie *scm)
|
|
|
__scm_destroy(scm);
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * A struct sock_filter is architecture independent.
|
|
|
- */
|
|
|
-struct compat_sock_fprog {
|
|
|
- u16 len;
|
|
|
- compat_uptr_t filter; /* struct sock_filter * */
|
|
|
-};
|
|
|
-
|
|
|
static int do_set_attach_filter(struct socket *sock, int level, int optname,
|
|
|
char __user *optval, unsigned int optlen)
|
|
|
{
|