datapath: Fix build issue with LRO.
authorJesse Gross <jesse@nicira.com>
Thu, 6 May 2010 20:37:49 +0000 (13:37 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 6 May 2010 20:44:01 +0000 (13:44 -0700)
commit32ec73557fecb0c18193c54dc31479e4b84e2c0c
tree4057b6d8b8c713868aac628ce70b9f353881c56d
parent14cf356bf27c3c7e52a1f8fe3d7f0ffcb19af7fb
datapath: Fix build issue with LRO.

The last commit added a configure test for skb_warn_if_lro() but
reversed an #ifdef causing a function to be compiled when it wasn't
needed.
datapath/linux-2.6/compat-2.6/dev-openvswitch.c