a reflink would be a new type of inode
Posted May 6, 2009 12:24 UTC (Wed) by
corbet (editor, #1)
In reply to:
a reflink would be a new type of inode by epa
Parent article:
The two sides of reflink()
A reflink would be a new type of inode only in so far as the filesystem must track the fact that it has blocks shared with another inode. There is no difference, though, between an inode created by a reflink and the file's original inode; they both become reflink inodes. In Btrfs, I believe, things are even less different; the tracking of the shared blocks is done at the extent level.
(
Log in to post comments)