[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A941F56.8060502@redhat.com>
Date: Tue, 25 Aug 2009 13:28:54 -0400
From: Rik van Riel <riel@...hat.com>
To: Jeff Shanab <jshanab@...thlink.net>
CC: linux-kernel@...r.kernel.org
Subject: Re: Starting a grad project that may change kernel VFS. Early research
Re: Starting a grad project that may change kernel VFS. Early research
Jeff Shanab wrote:
> Updates start at the file and only work upwards back to root. How does
> the hardlink get traversed?
A hard link is just a second directory entry linking to
the same inode. There are no back links from inodes to
the directory entries that point to them and they are
essentially indistinguishable from files that are not
hardlinked.
Hard links have been done like this in pretty much every
Unix filesystem since the 1970's.
--
All rights reversed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists