Skip to content

Commit

Permalink
lib-fs: Added FS_PROPERTY_FASTCOPY_CHANGED_METADATA
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed May 12, 2016
1 parent 52ac19f commit c24b4f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib-fs/fs-api.h
Expand Up @@ -36,7 +36,9 @@ enum fs_properties {
/* Backend support asynchronous file operations. */
FS_PROPERTY_ASYNC = 0x800,
/* Backend supports FS_ITER_FLAG_OBJECTIDS. */
FS_PROPERTY_OBJECTIDS = 0x1000
FS_PROPERTY_OBJECTIDS = 0x1000,
/* fs_copy() is fast even when file's metadata is changed */
FS_PROPERTY_FASTCOPY_CHANGED_METADATA = 0x2000,
};

enum fs_open_mode {
Expand Down

0 comments on commit c24b4f9

Please sign in to comment.