• D
    afs: Fix calculation of callback expiry time · 78107055
    David Howells 提交于
    Fix the calculation of the expiry time of a callback promise, as obtained
    from operations like FS.FetchStatus and FS.FetchData.
    
    The time should be based on the timestamp of the first DATA packet in the
    reply and the calculation needs to turn the ktime_t timestamp into a
    time64_t.
    
    Fixes: c435ee34 ("afs: Overhaul the callback handling")
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    78107055
fsclient.c 62.6 KB