[sheepdog] [PATCH 1/2] sheep: rename files for store_driver

Alexander Guy alexander at andern.org
Tue Mar 17 22:06:19 CET 2015


On Tue, Mar 17, 2015 at 06:00:53PM +0900, Saeki Masaki wrote:
> This change is a preparation patch for add store_driver.
> Put files together to the new folder.
> 
> and fix little style problem in md.c

Hello Saeki-san,
    Thank you for sending out these changes.  I ran into a problem
applying them in my environment: it looks like you have a slight
difference in your tree, which I worked around by applying the
attached change.

In addition, when you next update your patch set, would it be possible
for you to split out any style/content changes from your reorganization?
It would make keeping track of changes easier.

Thank you.


Alexander

--


From 34af6ee409687a97aef93418de9066bd46ed81c9 Mon Sep 17 00:00:00 2001
From: Alexander Guy <alexander at andern.org>
Date: Tue, 17 Mar 2015 13:52:07 -0700
Subject: [PATCH] Fix-up to accept the tree store changes.

---
 sheep/md.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sheep/md.c b/sheep/md.c
index c00d7a5..5ececb0 100644
--- a/sheep/md.c
+++ b/sheep/md.c
@@ -15,7 +15,7 @@
 
 #define MD_VDISK_SIZE ((uint64_t)1*1024*1024*1024) /* 1G */
 
-#define NONE_EXIST_PATH "/all/disks/are/broken/,ps/əʌo7/!"
+#define NONE_EXIST_PATH "/all/disks/are/broken/,ps/ノ厂経7/!"
 
 struct md md = {
 	.vroot = RB_ROOT,
-- 
2.1.4




Alexander




More information about the sheepdog mailing list