Revert "net: core: Handle 'sk' being NULL in UID-based routing"
[firefly-linux-kernel-4.4.55.git] / include / net / route.h
index d016a8cb45cfb14684bbec4b04702592d65c72e9..bf6fe1a6527e0e074630a8773aa12b6c5c8bdc6d 100644 (file)
@@ -154,8 +154,7 @@ static inline struct rtable *ip_route_output_ports(struct net *net, struct flowi
        flowi4_init_output(fl4, oif, sk ? sk->sk_mark : 0, tos,
                           RT_SCOPE_UNIVERSE, proto,
                           sk ? inet_sk_flowi_flags(sk) : 0,
-                          daddr, saddr, dport, sport,
-                          sk ? sock_i_uid(sk) : GLOBAL_ROOT_UID);
+                          daddr, saddr, dport, sport, sock_i_uid(sk));
        if (sk)
                security_sk_classify_flow(sk, flowi4_to_flowi(fl4));
        return ip_route_output_flow(net, fl4, sk);