Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34326
b: refs/heads/master
c: 777a71d
h: refs/heads/master
v: v3
  • Loading branch information
Erez Zilber authored and Roland Dreier committed Sep 22, 2006
1 parent f730acf commit a25a157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61a73c708f37295892176bc911b178278df6a091
refs/heads/master: 777a71dd4d901f055967ddbd038d2a74ffce0eb8
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/iser/iser_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ int iser_reg_rdma_mem(struct iscsi_iser_cmd_task *iser_ctask,
regd_buf = &iser_ctask->rdma_regd[cmd_dir];

aligned_len = iser_data_buf_aligned_len(mem);
if (aligned_len != mem->size) {
if (aligned_len != mem->dma_nents) {
iser_err("rdma alignment violation %d/%d aligned\n",
aligned_len, mem->size);
iser_data_buf_dump(mem);
Expand Down

0 comments on commit a25a157

Please sign in to comment.