Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16570
b: refs/heads/master
c: 6961ece
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 6, 2006
1 parent 968b513 commit c0e707f
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: 93c8cad03f02dbd1532a5413bdced25f000d5728
refs/heads/master: 6961ece46c7d02de1bb83914900608e39633787d
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ __ATTR(slot, 0644, slot_show, slot_store);
static ssize_t
offset_show(mdk_rdev_t *rdev, char *page)
{
return sprintf(page, "%llu\n", rdev->data_offset);
return sprintf(page, "%llu\n", (unsigned long long)rdev->data_offset);
}

static ssize_t
Expand Down

0 comments on commit c0e707f

Please sign in to comment.