Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
mdadm.5365
0030-super1-remove-some-debugging-printfs-in-up...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0030-super1-remove-some-debugging-printfs-in-update_super.patch of Package mdadm.5365
From 21dc47172d167e98b15d1d86e69f05d8a7abb8ba Mon Sep 17 00:00:00 2001 From: NeilBrown <neilb@suse.de> Date: Mon, 3 Nov 2014 12:56:37 +1100 Subject: [PATCH 040/359] super1: remove some debugging printfs in update_super1 References: bsc#1081910 These should never have been there. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Coly Li <colyli@suse.de> --- super1.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/super1.c b/super1.c index 727a08a..cff021d 100644 --- a/super1.c +++ b/super1.c @@ -1245,12 +1245,8 @@ static int update_super1(struct supertype *st, struct mdinfo *info, /* set data_size to device size less data_offset */ struct misc_dev_info *misc = (struct misc_dev_info*) (st->sb + MAX_SB_SIZE + BM_SUPER_SIZE); - printf("Size was %llu\n", (unsigned long long) - __le64_to_cpu(sb->data_size)); sb->data_size = __cpu_to_le64( misc->device_size - __le64_to_cpu(sb->data_offset)); - printf("Size is %llu\n", (unsigned long long) - __le64_to_cpu(sb->data_size)); } else if (strcmp(update, "revert-reshape") == 0) { rv = -2; if (!(sb->feature_map & __cpu_to_le32(MD_FEATURE_RESHAPE_ACTIVE))) -- 2.16.1
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