LWN.net Logo

The two sides of reflink()

The two sides of reflink()

Posted May 11, 2009 5:50 UTC (Mon) by giraffedata (subscriber, #1954)
In reply to: The two sides of reflink() by nix
Parent article: The two sides of reflink()

I suspect that if you actually tried to scrap link() et al, a million MTA authors would try to kill you.

Well, I wouldn't scrap link() et al -- I'd just move them out of the kernel and add the ability to explicitly create and delete files independent of directory links.


(Log in to post comments)

The two sides of reflink()

Posted May 11, 2009 6:10 UTC (Mon) by nix (subscriber, #2304) [Link]

We already have the ability to create and delete files independently of
directory links: mkstemp(). What you can't do is easily create them
outside of /tmp, or link them to names at a later date.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds