Commit a1711790 authored by David S. Miller's avatar David S. Miller

[IPSEC]: Remove unused field 'owner' from selector.

parent 0499eb10
...@@ -42,7 +42,6 @@ struct xfrm_selector ...@@ -42,7 +42,6 @@ struct xfrm_selector
__u8 proto; __u8 proto;
int ifindex; int ifindex;
uid_t user; uid_t user;
void *owner;
}; };
#define XFRM_INF (~(u64)0) #define XFRM_INF (~(u64)0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment