Module Name: src Committed By: manu Date: Wed Jun 27 13:25:24 UTC 2012
Modified Files: src/lib/libpuffs: dispatcher.c puffs.h puffs_ops.3 Log Message: Pass the FAF flag to handlers: - setattr_ttl is updated to add a flag argument. Since it was not present in a previous release, we can change its API - write2 is introduced, this is write with an extra flag for FAF. - fsync already has the FAF information in a flag and needs no change - for other operations, FAF is unconditional To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libpuffs/dispatcher.c cvs rdiff -u -r1.121 -r1.122 src/lib/libpuffs/puffs.h cvs rdiff -u -r1.31 -r1.32 src/lib/libpuffs/puffs_ops.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.