lkml.org 
[lkml]   [1998]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.1.132 error: doesnt sound too healthy

Found the printk in linux/fs/proc/inode.c, line 251,
function:
struct inode *proc_get_inode(struct super_block * sb, int ino,
struct proc_dir_entry * de)

----------
#if 1
/* shouldn't ever happen */
if (de && de->deleted)
printk("proc_iget: using deleted entry %s, count=%d\n", de->name,
de->count);
#endif
----------

Apparently proc_get_inode got called with a delete inode, called slot5.

That's scary.

Anyway, I can't think of anything that makes a slot5 directory in the
proc filesystem. BTW alan, I didn't know if you knew where this stemmed
from. That's why I posted this :)

Brent M. Smith, <smitten@lagged.net>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.019 / U:0.824 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site