Re: Question about inodes returned by stat() and readdir()

2003-01-16 Thread Christopher Faylor
On Thu, Jan 16, 2003 at 01:54:11PM -0500, Robb, Sam wrote:
All,

  As far as I can tell, it appears that the inode number
returned by calling stat() on a directory differs from
the inode number returned by calling readdir() for the
same directory:

Yep.  Sad, but true.

cgf



RE: Question about inodes returned by stat() and readdir()

2003-01-16 Thread Robb, Sam
Ah!  OK, thanks for setting that straight :-)

-Samrobb

 -Original Message-
 From: Christopher Faylor [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 16, 2003 2:45 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Question about inodes returned by stat() and readdir()
 
 
 On Thu, Jan 16, 2003 at 01:54:11PM -0500, Robb, Sam wrote:
 All,
 
   As far as I can tell, it appears that the inode number
 returned by calling stat() on a directory differs from
 the inode number returned by calling readdir() for the
 same directory:
 
 Yep.  Sad, but true.
 
 cgf