X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=inline;f=lustre%2Fosc%2Fosc_request.c;h=f44f44baacbe277bf507e62cbbfa4ca6af546d78;hb=49f3a017b8425a3e03d0f7dd5d8dd27fa69f7c9f;hp=9e34a2c4a6ad49c2de29317abc1efd38ee0a9d68;hpb=bc0cfd10c6f8e772c906e7318b4bf66e94859af2;p=fs%2Flustre-release.git diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 9e34a2c..f44f44b 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1031,7 +1031,8 @@ static int osc_add_shrink_grant(struct client_obd *client) static int osc_del_shrink_grant(struct client_obd *client) { - return ptlrpc_del_timeout_client(&client->cl_grant_shrink_list); + return ptlrpc_del_timeout_client(&client->cl_grant_shrink_list, + TIMEOUT_GRANT); } static void osc_init_grant(struct client_obd *cli, struct obd_connect_data *ocd)