X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdc%2Flproc_mdc.c;h=1593cf22727735fcbfd378593b6932d95d470fae;hb=4980567857699c7f902ebda336ea98fdc4b83100;hp=1a84846a98bff23a5a2729545d530a2eb95236fd;hpb=d190c63f22c5726c303393fce41e13d2dfccaee4;p=fs%2Flustre-release.git diff --git a/lustre/mdc/lproc_mdc.c b/lustre/mdc/lproc_mdc.c index 1a84846..1593cf2 100644 --- a/lustre/mdc/lproc_mdc.c +++ b/lustre/mdc/lproc_mdc.c @@ -28,9 +28,8 @@ /* * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. - */ -/* - * Copyright (c) 2011 Whamcloud, Inc. + * + * Copyright (c) 2011, Whamcloud, Inc. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -166,6 +165,8 @@ static struct lprocfs_vars lprocfs_mdc_obd_vars[] = { { "import", lprocfs_rd_import, lprocfs_wr_import, 0 }, { "state", lprocfs_rd_state, 0, 0 }, { "hsm_nl", 0, mdc_wr_kuc, 0, 0, 0222 }, + { "pinger_recov", lprocfs_rd_pinger_recov, + lprocfs_wr_pinger_recov, 0, 0 }, { 0 } };