From 1ba7ba605e52e39674eb3e637273400599ab93c5 Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Tue, 21 Oct 2008 22:24:16 +0000 Subject: [PATCH] Branch b1_8_gate b=1819 i=adilger i=nathan Add an import file to the osc, mdc, and mgc proc dir. --- lustre/mdc/lproc_mdc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mdc/lproc_mdc.c b/lustre/mdc/lproc_mdc.c index 81f8af2..accb538 100644 --- a/lustre/mdc/lproc_mdc.c +++ b/lustre/mdc/lproc_mdc.c @@ -91,6 +91,7 @@ static struct lprocfs_vars lprocfs_mdc_obd_vars[] = { { "max_rpcs_in_flight", mdc_rd_max_rpcs_in_flight, mdc_wr_max_rpcs_in_flight, 0 }, { "timeouts", lprocfs_rd_timeouts, 0, 0 }, + { "import", lprocfs_rd_import, 0, 0 }, { 0 } }; -- 1.8.3.1