efs: update error msg to not refer to deleted read_inode()
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>
This commit is contained in:
parent
212e7bb6cd
commit
865965a66e
|
@ -140,7 +140,7 @@ struct inode *efs_iget(struct super_block *super, unsigned long ino)
|
||||||
brelse(bh);
|
brelse(bh);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#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);
|
inode->i_ino, in->numextents, inode->i_mode);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue