mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 05:05:12 +02:00
build: support for Linux 4.3
This commit is contained in:
@@ -67,9 +67,9 @@ static int quota_proc_show(struct seq_file *m, void *data)
|
||||
int ret;
|
||||
|
||||
spin_lock_bh(&e->lock);
|
||||
ret = seq_printf(m, "%llu\n", e->quota);
|
||||
seq_printf(m, "%llu\n", e->quota);
|
||||
spin_unlock_bh(&e->lock);
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int quota_proc_open(struct inode *inode, struct file *file)
|
||||
|
Reference in New Issue
Block a user