From: Sage Weil Date: Mon, 8 Nov 2010 17:24:34 +0000 (-0800) Subject: ceph: fix update of ctime from MDS X-Git-Tag: v2.6.37-rc3~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8672d64b88cdb7aa8139fb6d218f40b8cbf60af;p=pandora-kernel.git ceph: fix update of ctime from MDS The client can have a newer ctime than the MDS due to AUTH_EXCL and XATTR_EXCL caps as well; update the check in ceph_fill_file_time appropriately. This fixes cases where ctime/mtime goes backward under the right sequence of local updates (e.g. chmod) and mds replies (e.g. subsequent stat that goes to the MDS). Signed-off-by: Sage Weil --- Reading git-diff-tree failed