Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/lib



Module Name:    src
Committed By:   riz
Date:           Thu Jul  5 17:26:14 UTC 2012

Modified Files:
        src/lib/libperfuse [netbsd-6]: ops.c perfuse_priv.h
        src/lib/libpuffs [netbsd-6]: dispatcher.c puffs.h puffs_ops.3

Log Message:
Pull up following revision(s) (requested by manu in ticket #392):
        lib/libpuffs/puffs_ops.3: revision 1.32
        lib/libperfuse/ops.c: revision 1.58
        lib/libpuffs/puffs.h: revision 1.122
        lib/libpuffs/dispatcher.c: revision 1.41
        lib/libperfuse/perfuse_priv.h: revision 1.30
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
Fix the build by adding (unused) flags argument to
perfuse_node_setattr_ttl


To generate a diff of this commit:
cvs rdiff -u -r1.50.2.4 -r1.50.2.5 src/lib/libperfuse/ops.c
cvs rdiff -u -r1.25.2.2 -r1.25.2.3 src/lib/libperfuse/perfuse_priv.h
cvs rdiff -u -r1.38.2.1 -r1.38.2.2 src/lib/libpuffs/dispatcher.c
cvs rdiff -u -r1.119.4.1 -r1.119.4.2 src/lib/libpuffs/puffs.h
cvs rdiff -u -r1.29.4.1 -r1.29.4.2 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.




Home | Main Index | Thread Index | Old Index