Project

General

Profile

Bug #10710

fuse_ll warning

Added by Sage Weil about 9 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

client/fuse_ll.cc: In function 'void remount_cb(void*)':
warning: client/fuse_ll.cc:767:14: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
system(cmd);

Associated revisions

Revision cd95b297 (diff)
Added by Greg Farnum about 9 years ago

Client: check for failures on system() invocation

Fixes: #10710

Signed-off-by: Greg Farnum <>

History

#1 Updated by John Spray about 9 years ago

NB error handling code here should consider #10542

#2 Updated by Greg Farnum about 9 years ago

  • Status changed from New to In Progress
  • Assignee set to Greg Farnum

#3 Updated by Greg Farnum about 9 years ago

  • Status changed from In Progress to Fix Under Review

https://github.com/ceph/ceph/pull/3681

Needs better testing too.

#4 Updated by Greg Farnum about 9 years ago

Merged into hammer branch as of commit:5f42b54ab15e77c983cb0d8ac81df383c395f6f0

#5 Updated by Greg Farnum about 9 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF