add LBUG() as future reminder.
b=16197
r=adilger
nob : pga[i]->count;
desc->bd_iov[i].kiov_offset = pga[i]->off & ~CFS_PAGE_MASK;
#else
+ /* FIXME currently liblustre doesn't support bulk encryption.
+ * if we do, check again following may not be right. */
+ LASSERTF(0, "Bulk encryption not implemented for liblustre\n");
desc->bd_iov[i].iov_base = pga[i]->pg->addr;
desc->bd_iov[i].iov_len = pga[i]->count > nob ?
nob : pga[i]->count;