Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124814
b: refs/heads/master
c: 34519da
h: refs/heads/master
v: v3
  • Loading branch information
Barry Naujok authored and Lachlan McIlroy committed Oct 30, 2008
1 parent e0564f7 commit 2d858a6
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: 89b2839319cb0c0364d55dc6fd6d3838e864ab54
refs/heads/master: 34519daae6778d129d56688f75ade27f6011bac9
2 changes: 1 addition & 1 deletion trunk/fs/xfs/support/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ assfail(char *expr, char *file, int line)
void
xfs_hex_dump(void *p, int length)
{
print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_OFFSET, 16, 1, p, length, 1);
print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_ADDRESS, 16, 1, p, length, 1);
}

0 comments on commit 2d858a6

Please sign in to comment.