• Mahesh Bandewar's avatar
    bonding: fix build issue · 5b69874f
    Mahesh Bandewar authored
    The commit 9a560550 (" bonding: Add struct bond_ipesc to manage SA") is causing
    following build error when XFRM is not selected in kernel config.
    
    lld: error: undefined symbol: xfrm_dev_state_flush
    >>> referenced by bond_main.c:3453 (drivers/net/bonding/bond_main.c:3453)
    >>>               net/bonding/bond_main.o:(bond_netdev_event) in archive drivers/built-in.a
    
    Fixes: 9a560550 (" bonding: Add struct bond_ipesc to manage SA")
    Signed-off-by: default avatarMahesh Bandewar <maheshb@google.com>
    CC: Taehee Yoo <ap420073@gmail.com>
    CC: Jay Vosburgh <jay.vosburgh@canonical.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    5b69874f
bond_main.c 155 KB