Print

Print


@bbockelm commented on this pull request.



> @@ -83,7 +83,7 @@ int IOFile::initCachedStat(const char* path)
    int res = -1;
    struct stat tmpStat;
 
-   if (m_cache.GetOss()->Stat(path, &tmpStat) == XrdOssOK)
+   if (m_cache.GetOss()->Stat(GetFilename().c_str(), &tmpStat) == XrdOssOK)

> We don't have the time of the last write to data-file -- it could be added to the cinfo file

Nah, I don't think this is necessary.  I'm happy using what the OS itself is reporting as the last write to the file.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1919#discussion_r1115079741
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1