Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309883
b: refs/heads/master
c: f07c9a7
h: refs/heads/master
i:
  309881: bede1a2
  309879: 2d8283e
v: v3
  • Loading branch information
Jim Meyering authored and Josef Bacik committed May 30, 2012
1 parent e07db71 commit 697002c
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: 2eec6c8102c62c540c637176271cfdb13d828d7b
refs/heads/master: f07c9a79f06cd33b1c9c2c4eacb60bafa7e3f310
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ void btrfs_printk(struct btrfs_fs_info *fs_info, const char *fmt, ...)
va_start(args, fmt);

if (fmt[0] == '<' && isdigit(fmt[1]) && fmt[2] == '>') {
strncpy(lvl, fmt, 3);
memcpy(lvl, fmt, 3);
lvl[3] = '\0';
fmt += 3;
type = logtypes[fmt[1] - '0'];
} else
Expand Down

0 comments on commit 697002c

Please sign in to comment.