Hi, Please find the latest report on new defect(s) introduced to ceph found with Coverity Scan. 1 new defect(s) introduced to ceph found with Coverity Scan. 1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1260469: Unchecked return value from library (CHECKED_RETURN) /os/FileJournal.cc: 1083 in FileJournal::do_write(ceph::buffer::list &)() ________________________________________________________________________________________________________ *** CID 1260469: Unchecked return value from library (CHECKED_RETURN) /os/FileJournal.cc: 1083 in FileJournal::do_write(ceph::buffer::list &)() 1077 ::fsync(fd); 1078 #else 1079 ::fdatasync(fd); 1080 #endif 1081 #ifdef HAVE_POSIX_FADVISE 1082 if (g_conf->filestore_fadvise) >>> CID 1260469: Unchecked return value from library (CHECKED_RETURN) >>> Calling "posix_fadvise(this->fd, 0L, 0L, 4)" without checking return value. This library function may fail and return an error code. 1083 posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); 1084 #endif 1085 } 1086 1087 utime_t lat = ceph_clock_now(g_ceph_context) - from; 1088 dout(20) << "do_write latency " << lat << dendl; ________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, http://scan.coverity.com/projects/25?tab=overview To manage Coverity Scan email notifications for "ceph-devel@xxxxxxxxxxxxxxx", click http://scan.coverity.com/subscriptions/edit?email=ceph-devel%40vger.kernel.org&token=018084d671e3cc89d00dd2ccb7eb849c . -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html