forked from pool/mdadm
27 lines
718 B
Diff
27 lines
718 B
Diff
|
From 99148c19bd9149bb938309ffb6b4dcde20b67934 Mon Sep 17 00:00:00 2001
|
||
|
From: Zhilong Liu <zlliu@suse.com>
|
||
|
Date: Tue, 2 May 2017 17:27:13 +0800
|
||
|
Subject: [PATCH] change back 0644 permission for Grow.c
|
||
|
Git-commit: 99148c19bd9149bb938309ffb6b4dcde20b67934
|
||
|
Patch-mainline: mdadm-4.0+
|
||
|
References: bsc#1069165, bsc#1069167, bsc#1068030
|
||
|
|
||
|
Fixes commit:
|
||
|
26714713cd2b ("mdadm: Change timestamps to unsigned data type.")
|
||
|
|
||
|
Signed-off-by: Zhilong Liu <zlliu@suse.com>
|
||
|
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
|
||
|
Signed-off-by: Coly Li <colyli@suse.de>
|
||
|
|
||
|
---
|
||
|
Grow.c | 0
|
||
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
||
|
mode change 100755 => 100644 Grow.c
|
||
|
|
||
|
diff --git a/Grow.c b/Grow.c
|
||
|
old mode 100755
|
||
|
new mode 100644
|
||
|
--
|
||
|
2.13.6
|
||
|
|