X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Flod%2Flod_pool.c;h=c1426f36ff42d5eef925e6798fced8fbb8f9f1e2;hb=707bab62f5d6c704b30e4ee9e769b5c9f026e1e7;hp=1b15f6cb52d32a2dc6057136d8f435b3acbd1cb3;hpb=c866e2ad4b5fa0e512d1dc7135f37b59f3544205;p=fs%2Flustre-release.git diff --git a/lustre/lod/lod_pool.c b/lustre/lod/lod_pool.c index 1b15f6c..c1426f3 100644 --- a/lustre/lod/lod_pool.c +++ b/lustre/lod/lod_pool.c @@ -23,7 +23,7 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved * Use is subject to license terms. * - * Copyright (c) 2012, 2014, Intel Corporation. + * Copyright (c) 2012, 2017, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -661,7 +661,8 @@ int lod_pool_new(struct obd_device *obd, char *poolname) if (rc) GOTO(out_err, rc); - lod_qos_rr_init(&new_pool->pool_rr); + lu_qos_rr_init(&new_pool->pool_rr); + rc = lod_ost_pool_init(&new_pool->pool_rr.lqr_pool, 0); if (rc) GOTO(out_free_pool_obds, rc);