]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/audit.h
audit: Use struct net not pid_t to remember the network namespce to reply in
[karo-tx-linux.git] / kernel / audit.h
index 38c967d28de5c2a41fdc96e93f0732545bb5a747..7bb65730c89015a9a30249ecd6fd0921a7ec1c14 100644 (file)
@@ -253,7 +253,7 @@ extern void             audit_panic(const char *message);
 
 struct audit_netlink_list {
        __u32 portid;
-       pid_t pid;
+       struct net *net;
        struct sk_buff_head q;
 };