mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 05:05:12 +02:00
quota2: extend locked period during cleanup
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
- build: support for Linux 2.6.31-rc1
|
||||
- quota2: support anonymous counters
|
||||
- quota2: reduce memory footprint for anonymous counters
|
||||
- quota2: extend locked period during cleanup (locking bugfix)
|
||||
|
||||
|
||||
Xtables-addons 1.17 (June 16 2009)
|
||||
|
@@ -185,8 +185,8 @@ static void quota_mt2_destroy(const struct xt_mtdtor_param *par)
|
||||
}
|
||||
|
||||
list_del(&e->list);
|
||||
spin_unlock_bh(&counter_list_lock);
|
||||
remove_proc_entry(e->name, proc_xt_quota);
|
||||
spin_unlock_bh(&counter_list_lock);
|
||||
kfree(e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user