Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292863
b: refs/heads/master
c: 1f6fa8f
h: refs/heads/master
i:
  292861: 4598930
  292859: e3b1dc5
  292855: 2147c7c
  292847: ffbed57
  292831: 91412c2
  292799: 84fcff6
  292735: 878d44e
  292607: e60f2ba
  292351: f68dd39
  291839: 78f3b13
  290815: ef80cab
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Mar 16, 2012
1 parent 5167903 commit 44970fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 9765b1f327951e643a97f43924d1fbeb4e90ffba
refs/heads/master: 1f6fa8f8179dd66345d59f067f2a48a86095c499
5 changes: 0 additions & 5 deletions trunk/drivers/target/target_core_cdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,6 @@ int target_emulate_readcapacity(struct se_task *task)
buf[5] = (dev->se_sub_dev->se_dev_attrib.block_size >> 16) & 0xff;
buf[6] = (dev->se_sub_dev->se_dev_attrib.block_size >> 8) & 0xff;
buf[7] = dev->se_sub_dev->se_dev_attrib.block_size & 0xff;
/*
* Set max 32-bit blocks to signal SERVICE ACTION READ_CAPACITY_16
*/
if (dev->se_sub_dev->se_dev_attrib.emulate_tpu || dev->se_sub_dev->se_dev_attrib.emulate_tpws)
put_unaligned_be32(0xFFFFFFFF, &buf[0]);

transport_kunmap_data_sg(cmd);

Expand Down

0 comments on commit 44970fd

Please sign in to comment.