]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c5f6590284f473ed25218e1350058403f133490
tree81c1b8da8ec41e107a54db47a10d4fb371bfa3be
parentedde1dbf0a71c928e94e1bc5bb1fd9f95160edae
parent0238c601fe0eb668963c3ebd99dca7192e923e04
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>