Displaying 2 results from an estimated 2 matches for "master_request".
Did you mean:
master_requests
2012 Nov 02
1
[PATCH] ocfs2:fix memory leak in dlm_add_migration_mle
...gt;new_master = O2NM_MAX_NODES;
mle->inuse = 0;
+ mle->assert_master = 0;
BUG_ON(mle->type != DLM_MLE_BLOCK &&
mle->type != DLM_MLE_MASTER &&
@@ -1743,6 +1744,7 @@ int dlm_assert_master_handler(struct o2net_msg *msg, u32 len, void *data,
u32 flags;
int master_request = 0, have_lockres_ref = 0;
int ret = 0;
+ int bit;
if (!dlm_grab(dlm))
return 0;
@@ -1770,7 +1772,11 @@ int dlm_assert_master_handler(struct o2net_msg *msg, u32 len, void *data,
"MLE for it! (%.*s)\n", assert->node_idx,
namelen, name);
} else {
- int bit = f...
2005 Feb 11
1
imap-login zombies
Running dovecot-0.99.13 on Solaris9/Sparc with ~25k users, we are having
regularly recurring problems with large numbers imap-login/pop3-login
drones, cycling on poll().
Over the course of 1-2 days, the number of such processes slowly rises
to >1000, exhausts resources, and necessitates that dovecot be restarted
(having killed all current active and zombie child processes).
Nothing of