Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2585
b: refs/heads/master
c: fc7ca16
h: refs/heads/master
i:
  2583: 11e0271
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed Jun 22, 2005
1 parent f3dab03 commit 253770e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cdbb4cc2e5c30895709163d8544057db21ee23e0
refs/heads/master: fc7ca163a448dfb23f44c9a47ebc8cbe52cf49df
3 changes: 2 additions & 1 deletion trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@ void bitmap_print_sb(struct bitmap *bitmap)
printk(KERN_DEBUG " state: %08x\n", le32_to_cpu(sb->state));
printk(KERN_DEBUG " chunksize: %d B\n", le32_to_cpu(sb->chunksize));
printk(KERN_DEBUG "daemon sleep: %ds\n", le32_to_cpu(sb->daemon_sleep));
printk(KERN_DEBUG " sync size: %llu KB\n", le64_to_cpu(sb->sync_size));
printk(KERN_DEBUG " sync size: %llu KB\n",
(unsigned long long)le64_to_cpu(sb->sync_size));
kunmap(bitmap->sb_page);
}

Expand Down

0 comments on commit 253770e

Please sign in to comment.