The two sides of reflink()
Posted May 12, 2009 1:22 UTC (Tue) by
giraffedata (subscriber, #1954)
In reply to:
The two sides of reflink() by nix
Parent article:
The two sides of reflink()
If they weren't in the kernel, they'd need to be in some
userspace library (ew).
They work better in user space -- there's more flexibility there and the basic concept of a directory has nothing to do with resource allocation between users, which is what the kernel is for. Many OSes do them outside the kernel. The only reason they have to be in the kernel in Unix is that the kernel deletes files implicitly based on directory references. And as I've been saying, we'd be better off without that.
(
Log in to post comments)