Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc1bb868 authored by John Stultz's avatar John Stultz Committed by Amit Pundir
Browse files

net: kuid/kguid build fixes



Small build fixes for xt_quota2 and ipv4 changes

Change-Id: Ib098768040c8875887b2081c3165a6c83b37e180
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 81667c58
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -52,12 +52,9 @@ static DEFINE_SPINLOCK(counter_list_lock);

static struct proc_dir_entry *proc_xt_quota;
static unsigned int quota_list_perms = S_IRUGO | S_IWUSR;
static unsigned int quota_list_uid   = 0;
static unsigned int quota_list_gid   = 0;
static kuid_t quota_list_uid = KUIDT_INIT(0);
static kgid_t quota_list_gid = KGIDT_INIT(0);
module_param_named(perms, quota_list_perms, uint, S_IRUGO | S_IWUSR);
module_param_named(uid, quota_list_uid, uint, S_IRUGO | S_IWUSR);
module_param_named(gid, quota_list_gid, uint, S_IRUGO | S_IWUSR);


#ifdef CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG
static void quota2_log(unsigned int hooknum,