X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fofd%2Fofd_obd.c;h=415bfe8b0cc384cd58eaf1744651a8f918fa70a5;hb=353e3c2f8d9f195c0f87a16259f22b2f84de11d4;hp=a7cd74c8b735a9f4f82eda8e19340cd287e1c52a;hpb=6d57017bcb81a8cff88fa049ab662b4c0677f625;p=fs%2Flustre-release.git diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index a7cd74c..415bfe8 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -213,7 +213,7 @@ static int ofd_parse_connect_data(const struct lu_env *env, /* The client set in ocd_cksum_types the checksum types it * supports. We have to mask off the algorithms that we don't * support */ - data->ocd_cksum_types &= cksum_types_supported(); + data->ocd_cksum_types &= cksum_types_supported_server(); if (unlikely(data->ocd_cksum_types == 0)) { CERROR("%s: Connect with checksum support but no "