mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 12:45:13 +02:00
build: silence compiler warning in xt_quota2
xt_quota2.c:67:6: warning: unused variable "ret" [-Wunused-variable]
This commit is contained in:
@@ -64,7 +64,6 @@ module_param_named(gid, quota_list_gid, uint, S_IRUGO | S_IWUSR);
|
|||||||
static int quota_proc_show(struct seq_file *m, void *data)
|
static int quota_proc_show(struct seq_file *m, void *data)
|
||||||
{
|
{
|
||||||
struct xt_quota_counter *e = m->private;
|
struct xt_quota_counter *e = m->private;
|
||||||
int ret;
|
|
||||||
|
|
||||||
spin_lock_bh(&e->lock);
|
spin_lock_bh(&e->lock);
|
||||||
seq_printf(m, "%llu\n", e->quota);
|
seq_printf(m, "%llu\n", e->quota);
|
||||||
|
Reference in New Issue
Block a user