Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.27 /fs/namei.c

Filename:/fs/namei.c
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.4.27-rc6  2.4.27-rc5  2.4.27-rc4  2.4.27-rc3  2.4.27-rc2  2.4.27-rc1 
(Following) 2.4.28-pre1  2.4.28-pre2  2.4.28-pre3  2.4.28-pre4  2.4.28-rc1  2.4.28-rc2 

Location
[  2.4.27
  [  fs
     o  namei.c

Patch

diff -urN linux-2.4.26/fs/namei.c linux-2.4.27/fs/namei.c
--- linux-2.4.26/fs/namei.c   2003-08-25 04:44:43.000000000 -0700
+++ linux-2.4.27/fs/namei.c   2004-08-07 16:26:06.010402496 -0700
@@ -583,9 +583,9 @@
          if (err < 0)
             break;
       }
-      dentry = cached_lookup(nd->dentry, &this, 0);
+      dentry = cached_lookup(nd->dentry, &this, nd->flags);
       if (!dentry) {
-         dentry = real_lookup(nd->dentry, &this, 0);
+         dentry = real_lookup(nd->dentry, &this, nd->flags);
          err = PTR_ERR(dentry);
          if (IS_ERR(dentry))
             break;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.