Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167664
b: refs/heads/master
c: bca915a
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Alasdair G Kergon committed Oct 16, 2009
1 parent c0c4c34 commit 25de520
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: 034a186d29dbcef099e57ab23ec39440596be911
refs/heads/master: bca915aae803cf01fde4461fc9c093cf5a86d7fc
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-log-userspace-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static int userspace_ctr(struct dm_dirty_log *log, struct dm_target *ti,
}

/* The ptr value is sufficient for local unique id */
lc->luid = (uint64_t)lc;
lc->luid = (unsigned long)lc;

lc->ti = ti;

Expand Down

0 comments on commit 25de520

Please sign in to comment.