OSDN Git Service

Merge branch 'fib-notifications-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 17:45:10 +0000 (09:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 17:45:10 +0000 (09:45 -0800)
commit01461abe62df44844efc5a57f9a365270a7c0299
tree81c1b8da8ec41e107a54db47a10d4fb371bfa3be
parent71e8727ebee78f7f6711f272d6ba5d78d0852835
parentd05f7a7dd470f71dc45c2928dbf76afe2b1c2f07
Merge branch 'fib-notifications-cleanup'

Jiri Pirko says:

====================
ipv4: fib: FIB notifications cleanup

Ido says:

The first patch moves the core FIB notification code to a separate file,
so that code related to FIB rules is placed in fib_rules.c and not
fib_trie.c. The reason for the change will become even more apparent in
follow-up patchset where we extend the FIB rules notifications.

Second patch removes a redundant argument.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>