lkml.org 
[lkml]   [1997]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectchroot broken in 2.1.45-6
Hi, 

Edward Welbon writes:
> chroot is broken, I discovered this when using lilo -r 8-(

Well, how about the following patch? Please try this out. I don't
have time to compile/reboot today.
--
NIIBE Yutaka

==========================
--- fs/open.c~ Wed Jul 16 17:14:10 1997
+++ fs/open.c Wed Jul 16 17:16:41 1997
@@ -416,6 +416,7 @@
tmp = current->fs->root;
current->fs->root = dentry;
dentry = tmp;
+ error = 0;

dput_and_out:
dput(dentry);
==========================
\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.042 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site