[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140326.164600.1051337978560114220.davem@davemloft.net>
Date: Wed, 26 Mar 2014 16:46:00 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: rgb@...hat.com
Cc: linux-audit@...hat.com, linux-kernel@...r.kernel.org,
netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
eparis@...hat.com, sgrubb@...hat.com, hadi@...atatu.com
Subject: Re: [PATCH][v6] netlink: have netlink per-protocol bind function
return an error code.
From: Richard Guy Briggs <rgb@...hat.com>
Date: Tue, 25 Mar 2014 08:50:56 -0400
> @@ -1441,6 +1445,24 @@ static int netlink_bind(struct socket *sock, struct sockaddr *addr,
> if (!nladdr->nl_groups && (nlk->groups == NULL || !(u32)nlk->groups[0]))
> return 0;
>
> + if (nlk->netlink_bind && nladdr->nl_groups) {
> + int i;
> +
> + for (i = 0; i < nlk->ngroups; i++)
...
> + if (err) {
> + int undo;
> + if (!nlk->portid)
> + netlink_remove(sk);
Please put an empty line between local variable declarations and code, just as it
is a few lines up.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists