lkml.org 
[lkml]   [2014]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 12/33] net: af_rose - set name assign type
    Date
    A given number of indistinguishable interfaces are allocated at init time, so
    consider their names predictable.

    Signed-off-by: Tom Gundersen <teg@jklm.no>
    Cc: linux-hams@vger.kernel.org
    ---
    net/rose/af_rose.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c
    index a85c1a0..5a6b150 100644
    --- a/net/rose/af_rose.c
    +++ b/net/rose/af_rose.c
    @@ -1538,7 +1538,7 @@ static int __init rose_proto_init(void)
    char name[IFNAMSIZ];

    sprintf(name, "rose%d", i);
    - dev = alloc_netdev(0, name, NET_NAME_UNKNOWN, rose_setup);
    + dev = alloc_netdev(0, name, NET_NAME_PREDICTABLE, rose_setup);
    if (!dev) {
    printk(KERN_ERR "ROSE: rose_proto_init - unable to allocate memory\n");
    rc = -ENOMEM;
    --
    1.9.3


    \
     
     \ /
      Last update: 2014-07-10 11:41    [W:4.194 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site