Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflict was two parallel additions of include files to sch_generic.c, no biggie. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1106,7 +1106,7 @@ static int __dev_alloc_name(struct net *net, const char *name, char *buf)
|
||||
* when the name is long and there isn't enough space left
|
||||
* for the digits, or if all bits are used.
|
||||
*/
|
||||
return p ? -ENFILE : -EEXIST;
|
||||
return -ENFILE;
|
||||
}
|
||||
|
||||
static int dev_alloc_name_ns(struct net *net,
|
||||
|
Reference in New Issue
Block a user