From 71bfb92607ce2312c8adb7359a6d883473c51748 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 10 Apr 2012 16:37:03 +0200 Subject: 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). --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 * Interpret octal escape codes in options. Requested by Jan -- cgit v1.2.3