|
@@ -2240,7 +2240,8 @@ nfsd4_store_cache_entry(struct nfsd4_compoundres *resp)
|
|
|
base = resp->cstate.data_offset;
|
|
|
slot->sl_datalen = buf->len - base;
|
|
|
if (read_bytes_from_xdr_buf(buf, base, slot->sl_data, slot->sl_datalen))
|
|
|
- WARN("%s: sessions DRC could not cache compound\n", __func__);
|
|
|
+ WARN(1, "%s: sessions DRC could not cache compound\n",
|
|
|
+ __func__);
|
|
|
return;
|
|
|
}
|
|
|
|