Fix typo.
This commit is contained in:
parent
74e564cd46
commit
531308d929
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ int obj_cleanup_defer = 0;
|
|||
|
||||
void check_defer(int nid)
|
||||
{
|
||||
if (obj_cleanup_defer && nid >= NUM_NID)
|
||||
if (!obj_cleanup_defer && nid >= NUM_NID)
|
||||
obj_cleanup_defer = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue