Hi,
On Tue, Oct 24, 2000 at 06:39:15PM +0200, Ragnar Kj?rstad wrote:
> > I hope I made clear that streams and extended attributes are separate
> > things. Streams are accessed using regular file semantics. Extended
> > attributes are accessed atomically using stateless operations (no
> > open--close).
>
> There is a need for beeing able to do atomic (transactional) operations
> on filesystems beyond extended attributes. Maybe the same interface can
> be used for both.
Completely different things --- for ACLs, the requirement is that the
update is atomic with respect to other running processes accessing the
data in memory. For transactions, the update is atomic with respect
to the disk state after a crash.
Exporting a transaction API for disk updates would be useful but is
definitely an orthogonal problem.
Cheers,
Stephen
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]