diff --git a/[refs] b/[refs] index 8139663baa17..11e2a0c428fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8cdaf998df221b01134a051aba38c570105061b +refs/heads/master: 4725474584d6aa2f07b3d47442dfbc4f6544f65e diff --git a/trunk/include/linux/ipv6.h b/trunk/include/linux/ipv6.h index 2102d8b67c01..9b59e37afad9 100644 --- a/trunk/include/linux/ipv6.h +++ b/trunk/include/linux/ipv6.h @@ -315,8 +315,8 @@ struct ipv6_pinfo { struct sk_buff *pktoptions; struct { struct ipv6_txoptions *opt; - int hop_limit; - int tclass; + u8 hop_limit; + u8 tclass; } cork; };