Skip to content

Commit

Permalink
efs: update error msg to not refer to deleted read_inode()
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Apr 2, 2008
1 parent 212e7bb commit 865965a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/efs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct inode *efs_iget(struct super_block *super, unsigned long ino)
brelse(bh);

#ifdef DEBUG
printk(KERN_DEBUG "EFS: read_inode(): inode %lu, extents %d, mode %o\n",
printk(KERN_DEBUG "EFS: efs_iget(): inode %lu, extents %d, mode %o\n",
inode->i_ino, in->numextents, inode->i_mode);
#endif

Expand Down

0 comments on commit 865965a

Please sign in to comment.