Hi,

Jan-Marek Glogowski:
> /root/bin/ls: error while loading shared libraries: librt.so.1: cannot
> open shared object file: No such file or directory

This was a bug in my patch.
Here is a fix.

Junjiro Okajima
----------------------------------------------------------------------

--- dentry.c    2007/09/18 17:55:44     1.93
+++ dentry.c    2007/09/19 12:29:54
@@ -546,7 +546,7 @@ int lkup_dentry(struct dentry *dentry, a
                npositive++;
                if (!args.type)
                        args.type = h_inode->i_mode & S_IFMT;
-               if (type != S_IFDIR)
+               if (args.type != S_IFDIR)
                        break;
                else if (dbdiropq(dentry) >= 0)
                        break;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to