This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Webmin on Cygwin


On Fri, Jan 11, 2002 at 05:47:20PM +0100, Lapo Luchini wrote:
> I only wanted to know if that "inode number changing" is normal
> behaviour for CygWin, something that will be fixed or.. what? ^_^

You should debug it.  It can be normal in Cygwin due to the way
inode numbers are emulated.  Neither FAT nor NTFS actually
have inode numbers so we're using a funny guessing method (nah,
actually a hashvalue generated from the pathname).

Look into the implementation of fhandler_disk_file::fstat().

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]