From 487aaafacac8af16c08eb44fe9bf178768d372fa Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Mon, 30 Apr 2018 04:43:58 -0400 Subject: utime: ctime client side xlator The client side utime xlator does two things. 1. Update unix epoch time in frame->root->ctime 2. Update the frame->root->flags based on the fop which indicates time attributes that should be updated for the parent/entry. Credits: Rafi KC Updates: #208 Change-Id: I9cad297040c70798a0a8468a080eb4aeff73138d Signed-off-by: Kotresh HR --- xlators/features/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xlators/features/Makefile.am') diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index a8d73c83b83..81fbe856e78 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = locks quota read-only quiesce marker index barrier \ arbiter compress changelog changetimerecorder \ gfid-access $(GLUPY_SUBDIR) upcall snapview-client snapview-server \ - trash shard bit-rot leases selinux sdfs namespace cloudsync thin-arbiter + trash shard bit-rot leases selinux sdfs namespace cloudsync thin-arbiter \ + utime CLEANFILES = -- cgit