datapath: Remove check for shared skbs.
authorJesse Gross <jesse@nicira.com>
Tue, 20 Sep 2011 21:08:57 +0000 (14:08 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 20 Sep 2011 22:16:14 +0000 (15:16 -0700)
commit96871912a16c25bdc18bb22db79485b0fa80a87d
tree9ab7f6a171921d8a7ce77c478507fb5e3b9ae298
parentdd1dcc23c7b7f6371e4e67078238f071c25d10ad
datapath: Remove check for shared skbs.

We never allow shared skbs to be present inside of the OVS datapath
but the presence of a check in the core makes this less clear.  Since
the check is very old and no longer relevant, drop it.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c