5a6d3e75bd
kernel, where it fixes race for PUFFS filesystems, but we need it again in perfused since FUSE filesystems are allowed to reorder requests. The huge issue is in the asyncrhonous SETATTR sent by fsync. It is followed by a syncrhnous FSYNC, so if the filesystem does not reorder requests, once the FSYNC returns, we are confident the SETATTR is done. But since FUSE can reorder, we need to implement sync in perfused. |
||
---|---|---|
.. | ||
Makefile | ||
debug.c | ||
msg.c | ||
perfused.8 | ||
perfused.c | ||
perfused.h |