Re: Patch to implement getattr [patch]

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Wed, 14 Jul 1999 21:53:19 +0200


Alexander Viro wrote:
> 3. As for inode numbers - look at the stuff in fs/fat/inode.c. You can do
> constant inumbers during the life of *open* file.

And since FAT has no hard links, as long as inumbers are not reused
quickly this gives correct behaviour with cpio, tar, cp etc.

It isn't so correct with filesystems that have hard links.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/