Fix datapath make_writable() function.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2008 23:40:28 +0000 (15:40 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Nov 2008 20:44:04 +0000 (12:44 -0800)
commit4a5396937e998ae8b9a281871e213545b2953f6c
tree786eccfdecedbe100e7fa5730b1c12f2798517ed
parent182138487fed9deb53be95d78b3bd976c4a7e140
Fix datapath make_writable() function.

- We weren't necessarily pulling enough into the headers in the non-shared
  case, since the IP header by itself can be longer than 40 bytes.

- The skb is guaranteed not to have a destructor at this point.
datapath/dp_act.c