Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Staging:C
mdadm
0001-mdmon-don-t-include-super0-and-super1-in-m...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-mdmon-don-t-include-super0-and-super1-in-mdmon.patch of Package mdadm
From 935a32543ee761f8de874deb6782487b0fe68025 Mon Sep 17 00:00:00 2001 From: NeilBrown <neilb@suse.de> Date: Thu, 7 Aug 2014 12:14:49 +1000 Subject: [PATCH] mdmon: don't include super0 and super1 in mdmon They are no needed, and future patch will add a dependency yo super1 which mdmon doesn't have. Signed-off-by: NeilBrown <neilb@suse.de> --- Makefile | 2 +- mdmon.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ INCL = mdadm.h part.h bitmap.h MON_OBJS = mdmon.o monitor.o managemon.o util.o maps.o mdstat.o sysfs.o \ policy.o lib.o \ - Kill.o sg_io.o dlink.o ReadMe.o super0.o super1.o super-intel.o \ + Kill.o sg_io.o dlink.o ReadMe.o super-intel.o \ super-mbr.o super-gpt.o \ super-ddf.o sha1.o crc32.o msg.o bitmap.o xmalloc.o \ platform-intel.o probe_roms.o --- a/mdmon.c +++ b/mdmon.c @@ -590,3 +590,10 @@ int save_stripes(int *source, unsigned l { return 0; } + +struct superswitch super0 = { + .name = "0.90", +}; +struct superswitch super1 = { + .name = "1.x", +};
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