Joel Becker wrote:
On Thu, May 07, 2009 at 10:59:04PM -0400, jim owens wrote:
You certainly did not address:
- desire for one single system call to handle both
owner preservation and create with current owner.
Nope, and I don't intend to. reflink() is a snapshotting call,
You might have designed this for *snapshotting*
but from a user perspective the function is best described as:
*Copy_file_attributes() and Cow_file_data()*
Since immediately afterwards the reflink() you permit everything
to be modified on the new file.
Your design is good, but you need to admit to yourself
that the Copy_file_attributes() is the special case
as far as users are concerned. Because most people expect
snapshots are immutable and these are really files that
don't use up space and can be used as snapshots
*if you don't modify them*.
jim
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html