Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73221
b: refs/heads/master
c: 152af05
h: refs/heads/master
i:
  73219: ece1564
v: v3
  • Loading branch information
Jeff Garzik committed Nov 5, 2007
1 parent 99a9a63 commit f9b15cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5456b63ec9fdad37b680fc9fe6fe8222d2c1839
refs/heads/master: 152af05cc85119d294b977ab4de07a781795c298
2 changes: 2 additions & 0 deletions trunk/include/linux/ata.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ static inline int ata_id_has_lba48(const u16 *id)
{
if ((id[83] & 0xC000) != 0x4000)
return 0;
if (!ata_id_u64(id, 100))
return 0;
return id[83] & (1 << 10);
}

Expand Down

0 comments on commit f9b15cd

Please sign in to comment.