From c843cc3e6dd609ac9ee75c116261bd7acdefb14d Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Wed, 14 Mar 2018 15:40:12 -0400 Subject: [PATCH] fix filenames due to filename convention --- README.md | 12 ++++++------ SyncPrim/{sync-1.md => linux-sync-1.md} | 0 SyncPrim/{sync-2.md => linux-sync-2.md} | 0 SyncPrim/{sync-3.md => linux-sync-3.md} | 0 SyncPrim/{sync-4.md => linux-sync-4.md} | 0 SyncPrim/{sync-5.md => linux-sync-5.md} | 0 SyncPrim/{sync-6.md => linux-sync-6.md} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename SyncPrim/{sync-1.md => linux-sync-1.md} (100%) rename SyncPrim/{sync-2.md => linux-sync-2.md} (100%) rename SyncPrim/{sync-3.md => linux-sync-3.md} (100%) rename SyncPrim/{sync-4.md => linux-sync-4.md} (100%) rename SyncPrim/{sync-5.md => linux-sync-5.md} (100%) rename SyncPrim/{sync-6.md => linux-sync-6.md} (100%) diff --git a/README.md b/README.md index 62efe5b..d45f5ee 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,12 @@ |└ [5.7](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-7.md)||未开始| | 6. [Synchronization primitives](https://github.com/MintCN/linux-insides-zh/tree/master/SyncPrim)||正在进行| |├ [6.0](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[6f85b63e](https://github.com/0xAX/linux-insides/commit/6f85b63e347b636e08e965e9dc22c177e972afe2)| -|├ [6.1](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/sync-1.md)|[@keltoy](https://github.com/keltoy)|已完成| -|├ [6.2](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/sync-2.md)|[@keltoy](https://github.com/keltoy)|已完成| -|├ [6.3](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/sync-3.md)|[@huxq](https://github.com/huxq)|已完成| -|├ [6.4](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/sync-4.md)||未开始| -|├ [6.5](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/sync-5.md)||未开始| -|└ [6.6](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/sync-6.md)||未开始| +|├ [6.1](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-1.md)|[@keltoy](https://github.com/keltoy)|已完成| +|├ [6.2](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-2.md)|[@keltoy](https://github.com/keltoy)|已完成| +|├ [6.3](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-3.md)|[@huxq](https://github.com/huxq)|已完成| +|├ [6.4](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-4.md)||未开始| +|├ [6.5](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-5.md)||未开始| +|└ [6.6](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-6.md)||未开始| | 7. [Memory management](https://github.com/MintCN/linux-insides-zh/tree/master/MM)||未开始| |├ [7.0](https://github.com/MintCN/linux-insides-zh/blob/master/MM/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[f83c8ee2](https://github.com/0xAX/linux-insides/commit/f83c8ee29e2051a8f4c08d6a0fa8247d934e14d9)| |├ [7.1](https://github.com/MintCN/linux-insides-zh/blob/master/MM/linux-mm-1.md)|[@choleraehyq](https://github.com/choleraehyq)|已完成| diff --git a/SyncPrim/sync-1.md b/SyncPrim/linux-sync-1.md similarity index 100% rename from SyncPrim/sync-1.md rename to SyncPrim/linux-sync-1.md diff --git a/SyncPrim/sync-2.md b/SyncPrim/linux-sync-2.md similarity index 100% rename from SyncPrim/sync-2.md rename to SyncPrim/linux-sync-2.md diff --git a/SyncPrim/sync-3.md b/SyncPrim/linux-sync-3.md similarity index 100% rename from SyncPrim/sync-3.md rename to SyncPrim/linux-sync-3.md diff --git a/SyncPrim/sync-4.md b/SyncPrim/linux-sync-4.md similarity index 100% rename from SyncPrim/sync-4.md rename to SyncPrim/linux-sync-4.md diff --git a/SyncPrim/sync-5.md b/SyncPrim/linux-sync-5.md similarity index 100% rename from SyncPrim/sync-5.md rename to SyncPrim/linux-sync-5.md diff --git a/SyncPrim/sync-6.md b/SyncPrim/linux-sync-6.md similarity index 100% rename from SyncPrim/sync-6.md rename to SyncPrim/linux-sync-6.md