Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165861
b: refs/heads/master
c: af0d9ae
h: refs/heads/master
i:
  165859: c30da4d
v: v3
  • Loading branch information
Manish Katiyar authored and Al Viro committed Sep 24, 2009
1 parent 6a0f1db commit 1ea68dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 14be27460e4722d7135de3c46d043b4fc4382247
refs/heads/master: af0d9ae811d11de8a01d6bc922c5e062be01bd7f
5 changes: 3 additions & 2 deletions trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,8 @@ void init_special_inode(struct inode *inode, umode_t mode, dev_t rdev)
else if (S_ISSOCK(mode))
inode->i_fop = &bad_sock_fops;
else
printk(KERN_DEBUG "init_special_inode: bogus i_mode (%o)\n",
mode);
printk(KERN_DEBUG "init_special_inode: bogus i_mode (%o) for"
" inode %s:%lu\n", mode, inode->i_sb->s_id,
inode->i_ino);
}
EXPORT_SYMBOL(init_special_inode);

0 comments on commit 1ea68dc

Please sign in to comment.