Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153349 Details for
Bug 225487
mirror remove leaves device mapper devices behind (dmeventd messages need id)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dmeventd-cleanup-fix.patch
dmeventd-cleanup-fix.patch (text/plain), 742 bytes, created by
Petr Rockai
on 2007-04-24 13:22:27 UTC
(
hide
)
Description:
dmeventd-cleanup-fix.patch
Filename:
MIME Type:
Creator:
Petr Rockai
Created:
2007-04-24 13:22:27 UTC
Size:
742 bytes
patch
obsolete
>? dmeventd-cleanup-fix.patch >Index: dmeventd/dmeventd.c >=================================================================== >RCS file: /cvs/dm/device-mapper/dmeventd/dmeventd.c,v >retrieving revision 1.48 >diff -u -p -u -r1.48 dmeventd.c >--- dmeventd/dmeventd.c 23 Apr 2007 15:06:03 -0000 1.48 >+++ dmeventd/dmeventd.c 24 Apr 2007 12:11:20 -0000 >@@ -623,6 +623,8 @@ static int _event_wait(struct thread_sta > } else if (thread->events & DM_EVENT_TIMEOUT && errno == EINTR) { > thread->current_events |= DM_EVENT_TIMEOUT; > ret = DM_WAIT_INTR; >+ } else if (thread->status == DM_THREAD_SHUTDOWN && errno == EINTR) { >+ ret = DM_WAIT_FATAL; > } else { > syslog(LOG_NOTICE, "dm_task_run failed, errno = %d, %s", > errno, strerror(errno));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225487
:
146999
|
153306
| 153349