Bug 195916
Summary: | CPU time looks to be wasted by mcstransd | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> | ||||
Component: | mcstrans | Assignee: | Steve Grubb <sgrubb> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | sgrubb | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.1.7-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-06-26 15:34:49 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Robert Scheck
2006-06-19 16:10:51 UTC
Created attachment 131149 [details]
performance improvement patch
This patch seems to help performance by avoiding a couple unnecessary syscalls.
This is the callers of mcstransd during a build of libselinux: Executable Summary Report ================================= total file ================================= 9872 /usr/bin/install 1427 /usr/lib/rpm/rpmb 18 /bin/mkdir 12 /usr/bin/find 6 /usr/bin/id Yes, your patch improves the performance - thanks. |