• S
    ceph: fix update of ctime from MDS · d8672d64
    Sage Weil 提交于
    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: NSage Weil <sage@newdream.net>
    d8672d64
inode.c 48.8 KB