X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Flod%2Flproc_lod.c;h=e168a43d2e9b1903aa31a129fac94e08c6293f04;hb=a7369bcd860af61a073cb2424139e3acccdcb203;hp=d900baaa6f3e7701365fe99b885ae6f318e2a9c7;hpb=7ff7b6e6f32e5937bd33f184fc0026d9da756565;p=fs%2Flustre-release.git diff --git a/lustre/lod/lproc_lod.c b/lustre/lod/lproc_lod.c index d900baa..e168a43 100644 --- a/lustre/lod/lproc_lod.c +++ b/lustre/lod/lproc_lod.c @@ -446,12 +446,12 @@ static struct lprocfs_vars lprocfs_lod_obd_vars[] = { }; static struct lprocfs_vars lprocfs_lod_osd_vars[] = { - { "blocksize", lprocfs_osd_rd_blksize, 0, 0 }, - { "kbytestotal", lprocfs_osd_rd_kbytestotal, 0, 0 }, - { "kbytesfree", lprocfs_osd_rd_kbytesfree, 0, 0 }, - { "kbytesavail", lprocfs_osd_rd_kbytesavail, 0, 0 }, - { "filestotal", lprocfs_osd_rd_filestotal, 0, 0 }, - { "filesfree", lprocfs_osd_rd_filesfree, 0, 0 }, + { "blocksize", lprocfs_dt_rd_blksize, 0, 0 }, + { "kbytestotal", lprocfs_dt_rd_kbytestotal, 0, 0 }, + { "kbytesfree", lprocfs_dt_rd_kbytesfree, 0, 0 }, + { "kbytesavail", lprocfs_dt_rd_kbytesavail, 0, 0 }, + { "filestotal", lprocfs_dt_rd_filestotal, 0, 0 }, + { "filesfree", lprocfs_dt_rd_filesfree, 0, 0 }, { 0 } };