Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247755
b: refs/heads/master
c: 5f4e206
h: refs/heads/master
i:
  247753: 97c04f6
  247751: 65cb552
v: v3
  • Loading branch information
Martin K. Petersen authored and Jeff Garzik committed May 20, 2011
1 parent 1c89a2c commit 937a47c
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: f68b3afe45051d43e9f9277c6f1404670e1b99d2
refs/heads/master: 5f4e206666f834340b69ddb43f86de3851c8675a
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ static unsigned int ata_scsiop_inq_b0(struct ata_scsi_args *args, u8 *rbuf)
* with the unmap bit set.
*/
if (ata_id_has_trim(args->id)) {
put_unaligned_be32(65535 * 512 / 8, &rbuf[20]);
put_unaligned_be64(65535 * 512 / 8, &rbuf[36]);
put_unaligned_be32(1, &rbuf[28]);
}

Expand Down

0 comments on commit 937a47c

Please sign in to comment.