X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flov%2Flov_obd.c;h=9879658c2728b3dd387a97c8fdde0f0e7188ce7c;hp=48a5d7a7318a9148011e2538084b28d20dd0a9b4;hb=6be01be8325fe9f2e579835757b2dd9922bdd693;hpb=fa32b478599bbdfe6d51e41d8715665632d011b3 diff --git a/lustre/lov/lov_obd.c b/lustre/lov/lov_obd.c index 48a5d7a..9879658c 100644 --- a/lustre/lov/lov_obd.c +++ b/lustre/lov/lov_obd.c @@ -898,6 +898,9 @@ static int lov_cleanup(struct obd_device *obd) pool = cfs_list_entry(pos, struct pool_desc, pool_list); /* free pool structs */ CDEBUG(D_INFO, "delete pool %p\n", pool); + /* In the function below, .hs_keycmp resolves to + * pool_hashkey_keycmp() */ + /* coverity[overrun-buffer-val] */ lov_pool_del(obd, pool->pool_name); } cfs_hash_putref(lov->lov_pools_hash_body);