Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229119
b: refs/heads/master
c: f9a62d0
h: refs/heads/master
i:
  229117: 2e948c9
  229115: b5b6096
  229111: c58f6e9
  229103: e87700b
  229087: 46ec34a
  229055: 70154d0
  228991: 7cae01d
  228863: 40b4166
v: v3
  • Loading branch information
Dan Carpenter authored and Theodore Ts'o committed Jan 10, 2011
1 parent e22e655 commit a77a206
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: 13195184a8bc119dbd2f905db325a453047971cb
refs/heads/master: f9a62d090cf47fae2fe6f6bd8eb9f24482573fd8
2 changes: 1 addition & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void ext4_error_file(struct file *file, const char *function,
save_error_info(inode->i_sb, function, line);
va_start(args, fmt);
path = d_path(&(file->f_path), pathname, sizeof(pathname));
if (!path)
if (IS_ERR(path))
path = "(unknown)";
printk(KERN_CRIT
"EXT4-fs error (device %s): %s:%d: inode #%lu "
Expand Down

0 comments on commit a77a206

Please sign in to comment.