[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111130.233918.564313369312715101.davem@davemloft.net>
Date: Wed, 30 Nov 2011 23:39:18 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] net: net_device flags is an unsigned int
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Thu, 01 Dec 2011 05:34:37 +0100
> - unsigned short old_flags = dev->flags;
> + typeof(dev->flags) old_flags = dev->flags;
Please, create netdev_flags_t or similar, anything but this :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists