Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14625
b: refs/heads/master
c: c4cc663
h: refs/heads/master
i:
  14623: 80d473d
v: v3
  • Loading branch information
Alasdair G Kergon authored and Linus Torvalds committed Nov 22, 2005
1 parent 61bf469 commit d612b35
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: b6fcc80d03b41162ed88c3fb542aca9b654bc414
refs/heads/master: c4cc66351a24da5feec298be2da59a85f68dd3ea
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ static void list_version_get_needed(struct target_type *tt, void *needed_param)
{
size_t *needed = needed_param;

*needed += sizeof(struct dm_target_versions);
*needed += strlen(tt->name);
*needed += sizeof(tt->version);
*needed += ALIGN_MASK;
}

Expand Down

0 comments on commit d612b35

Please sign in to comment.