From: Maxim Patlasov Date: Mon, 28 Apr 2014 12:19:24 +0000 (+0200) Subject: fuse: trust kernel i_ctime only X-Git-Tag: omap-for-v3.16/fixes-against-rc1~210^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f3267b4ba16b12fb9dd3b1953ea0f221cc2ab4;p=pandora-kernel.git fuse: trust kernel i_ctime only Let the kernel maintain i_ctime locally: update i_ctime explicitly on truncate, fallocate, open(O_TRUNC), setxattr, removexattr, link, rename, unlink. The inode flag I_DIRTY_SYNC serves as indication that local i_ctime should be flushed to the server eventually. The patch sets the flag and updates i_ctime in course of operations listed above. Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed