Re: VFS

Erik Corry (erik@arbat.com)
Mon, 17 Nov 1997 00:59:29 +0100 (MET)


In article <199711162304.SAA08624@netcom.ca> you wrote:
> For reference, could you name a few other programs that want
> to use inode numbers? [AFAIK, there are no system calls that
> take inode numbers as args.] Thanks.

Tar uses inode numbers to detect whether it has already archived
a file, and to ensure that when you untar the files again they
are still hardlinked together.

In general, looking at the device number and inode number has
always been the canonical way under Unix to tell whether two
filenames were references to the same file. Messing with that
is going to cause problems.

-- 
Erik Corry erik@arbat.com