Re: Versioning File Systems?

Stevie O (stevie@qrpff.net)
Thu, 18 Apr 2002 19:19:47 -0400


At 08:20 AM 4/18/2002 -0700, Larry McVoy wrote:
>It's certainly a fun space, file system hacking is always fun. There
>doesn't seem to be a good match between file system operations and
>SCM operations, especially stuff like checkin. write != checkin.
>But you can handle that with

How about
fsync(fd) || close(fd) == checkin?

--
Stevie-O

Real programmers use COPY CON PROGRAM.EXE

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/