From b3ac5125505e3d95b44006248dfd322afdfd7c59 Mon Sep 17 00:00:00 2001 From: Michael 'PoempelFox' Meier Date: Wed, 4 Mar 2015 11:02:22 +0100 Subject: [PATCH] fix naming of lustre plugins. - in one case there was a typo in the filename (inDodes instead of inodes) - in the other two cases, make the naming consistent. --- plugins/lustre/{lustre_abs => lustre_df_abs} | 0 plugins/lustre/{lustre_df_free => lustre_df_absfree} | 0 plugins/lustre/{lustre_df_indodes => lustre_df_inodes} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename plugins/lustre/{lustre_abs => lustre_df_abs} (100%) rename plugins/lustre/{lustre_df_free => lustre_df_absfree} (100%) rename plugins/lustre/{lustre_df_indodes => lustre_df_inodes} (100%) diff --git a/plugins/lustre/lustre_abs b/plugins/lustre/lustre_df_abs similarity index 100% rename from plugins/lustre/lustre_abs rename to plugins/lustre/lustre_df_abs diff --git a/plugins/lustre/lustre_df_free b/plugins/lustre/lustre_df_absfree similarity index 100% rename from plugins/lustre/lustre_df_free rename to plugins/lustre/lustre_df_absfree diff --git a/plugins/lustre/lustre_df_indodes b/plugins/lustre/lustre_df_inodes similarity index 100% rename from plugins/lustre/lustre_df_indodes rename to plugins/lustre/lustre_df_inodes