lkml.org 
[lkml]   [1997]   [Jul]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectpatch for 2.1.45 extra dentries
The attached trivial patch fixes a minor problem resulting in extra
dentries for an inode.

-Bill--- net/socket.c.old Thu Jul 17 06:36:55 1997
+++ net/socket.c Thu Jul 17 18:24:17 1997
@@ -227,7 +227,6 @@
file->f_op = &socket_file_ops;
file->f_mode = 3;
file->f_flags = O_RDWR;
- file->f_dentry = d_alloc_root(inode, NULL);
file->f_pos = 0;
}
return fd;
\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.045 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site