aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-04-10 16:37:03 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2012-04-10 16:37:03 +0200
commit71bfb92607ce2312c8adb7359a6d883473c51748 (patch)
treef7c5a7c5d493a40cc1b56e4932aa93805e71cd7a /ChangeLog
parent6f77e7de6f0ad9a8d6991c213841c926acc53a96 (diff)
downloadandroid_external_fuse-71bfb92607ce2312c8adb7359a6d883473c51748.tar.gz
android_external_fuse-71bfb92607ce2312c8adb7359a6d883473c51748.tar.bz2
android_external_fuse-71bfb92607ce2312c8adb7359a6d883473c51748.zip
Add 'flag_utime_omit_ok' flag to fuse_operations
If the filesystem sets this flag then ->utimens() will receive UTIME_OMIT and UTIME_NOW values as specified in utimensat(2).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fab6ee1..c8d9323 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* Check protocol version before sending notifications and return
-ENOSYS if a particular notification is not supported.
+ * Add 'flag_utime_omit_ok' flag to fuse_operations. If the
+ filesystem sets this flag then ->utimens() will receive UTIME_OMIT
+ and UTIME_NOW values as specified in utimensat(2).
+
2012-01-27 Miklos Szeredi <miklos@szeredi.hu>
* Interpret octal escape codes in options. Requested by Jan