datapath: Remove WARN_ON_ONCE(1) now that this code has been exercised.
authorBen Pfaff <blp@nicira.com>
Tue, 1 Sep 2009 17:12:12 +0000 (10:12 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Sep 2009 17:12:12 +0000 (10:12 -0700)
commit2c7807ac4f578bfdd7a46b79028935c9aa34cde3
tree1aad7a834fbcb3c1beb3f6e083b3d14314a7e92b
parent0babc06fb3cd2a6c80d730e3a8dda64cf6298500
datapath: Remove WARN_ON_ONCE(1) now that this code has been exercised.

The code on one side of this #if fork was difficult to test until Xen
upgraded to a new enough kernel that it would exercise it.  Later Xen
kernels are now available and this code path has been tested, at least to
some extent, so remove the warning.

Thanks to Ian Campbell <Ian.Campbell@citrix.com> for pointing out the
warning.
datapath/datapath.c