]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/rds/message.c
Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd
[mirror_ubuntu-zesty-kernel.git] / net / rds / message.c
index 756c73729126d45c18a29bd5859aa04596a1ed0f..6cb91061556a369a96a65151bea3647c8fcc92d9 100644 (file)
@@ -41,6 +41,7 @@ static unsigned int   rds_exthdr_size[__RDS_EXTHDR_MAX] = {
 [RDS_EXTHDR_VERSION]   = sizeof(struct rds_ext_header_version),
 [RDS_EXTHDR_RDMA]      = sizeof(struct rds_ext_header_rdma),
 [RDS_EXTHDR_RDMA_DEST] = sizeof(struct rds_ext_header_rdma_dest),
+[RDS_EXTHDR_NPATHS]    = sizeof(u16),
 };