lkml.org 
[lkml]   [2002]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: de_put: entry sys already free!


On Fri, 8 Feb 2002, Skip Ford wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Just an FYI, I've received this syslog message twice now with
> 2.5.4-pre3: 'de_put: entry sys already free!'.
>
> It seems to be harmless, but I'd thought I'd post it. It's just a
> procfs error message, but maybe somebody out there has a clue why it's
> being generated (aside from what the message says).

Fix already merged and no, it's not quite harmless.

--- fs/proc/base.c Thu Feb 7 19:25:52 2002
+++ /tmp/base.c Fri Feb 8 18:36:41 2002
@@ -1003,8 +1003,7 @@
ei = PROC_I(inode);
inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME;
inode->i_ino = fake_ino(0, PROC_PID_INO);
- ei->file = NULL;
- ei->task = NULL;
+ ei->pde = NULL;
inode->i_mode = S_IFLNK|S_IRWXUGO;
inode->i_uid = inode->i_gid = 0;
inode->i_size = 64;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

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