Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Development-Tools:x86_64
SUSE:SLE-15-SP1:GA
mdadm.14070
0075-mdmon-Stop-bothering-about-md_get_version....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0075-mdmon-Stop-bothering-about-md_get_version.patch of Package mdadm.14070
From 15d924d363a2bc02aa4a489241333be3d7820978 Mon Sep 17 00:00:00 2001 From: Jes Sorensen <Jes.Sorensen@gmail.com> Date: Wed, 5 Apr 2017 15:39:51 -0400 Subject: [PATCH] mdmon: Stop bothering about md_get_version() Git-commit: 15d924d363a2bc02aa4a489241333be3d7820978 Patch-mainline: mdadm-4.0+ References: bsc#1069165, bsc#1069167, bsc#1068030 If anyone has a kernel with md driver older than 0.90.03 they will also know where to find older versions of mdadm. Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com> Signed-off-by: Coly Li <colyli@suse.de> --- mdmon.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mdmon.c b/mdmon.c index 95e9bba..0955fcc 100644 --- a/mdmon.c +++ b/mdmon.c @@ -408,10 +408,6 @@ static int mdmon(char *devnm, int must_fork, int takeover) pr_err("%s: %s\n", devnm, strerror(errno)); return 1; } - if (md_get_version(mdfd) < 0) { - pr_err("%s: Not an md device\n", devnm); - return 1; - } /* Fork, and have the child tell us when they are ready */ if (must_fork) { -- 2.13.6
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor