Whamcloud - gitweb
LU-4937 osc: get rid of old checksum initial value
[fs/lustre-release.git] / lustre / osc / osc_request.c
index 6575d79..3416fe3 100644 (file)
@@ -1585,12 +1585,7 @@ static int osc_brw_fini_request(struct ptlrpc_request *req, int rc)
                         router = libcfs_nid2str(req->rq_bulk->bd_sender);
                 }
 
-               if (server_cksum == ~0 && rc > 0) {
-                       CERROR("Protocol error: server %s set the 'checksum' "
-                              "bit, but didn't send a checksum.  Not fatal, "
-                              "but please notify on http://bugs.whamcloud.com/\n",
-                              libcfs_nid2str(peer->nid));
-               } else if (server_cksum != client_cksum) {
+               if (server_cksum != client_cksum) {
                        LCONSOLE_ERROR_MSG(0x133, "%s: BAD READ CHECKSUM: from "
                                           "%s%s%s inode "DFID" object "DOSTID
                                           " extent ["LPU64"-"LPU64"]\n",