X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flprocfs_status.h;h=64c56e21d2a8000b6fdc74674cb7421a99295316;hp=85fab904113dbe16345f5b31b4bd1815580fdf76;hb=f238540c879dc668e18cf99cba62f117ccae64d6;hpb=81530fe44c6b8d8819b8e70ea99ef7014c23a05b diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index 85fab90..64c56e2 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -107,18 +107,6 @@ struct obd_hist_pcpu { bool oh_initialized; }; -enum { - RENAME_SAMEDIR_SIZE = 0, - RENAME_CROSSDIR_SRC_SIZE, - RENAME_CROSSDIR_TGT_SIZE, - RENAME_LAST, -}; - -struct rename_stats { - ktime_t rs_init; - struct obd_histogram rs_hist[RENAME_LAST]; -}; - /* An lprocfs counter can be configured using the enum bit masks below. * * LPROCFS_CNTR_EXTERNALLOCK indicates that an external lock already