Messages in this thread |  | | | Date | Tue, 18 May 2010 12:26:40 -0700 (PDT) | | Subject | Re: [PATCH -next] bridge: fix build for CONFIG_SYSFS disabled | | From | David Miller <> |
| |
From: Stephen Hemminger <shemminger@vyatta.com> Date: Tue, 18 May 2010 10:28:37 -0700
> > From: Randy Dunlap <randy.dunlap@oracle.com> > > Fix build when CONFIG_SYSFS is not enabled: > net/bridge/br_if.c:136: error: 'struct net_bridge_port' has no member named 'sysfs_name' > > Note: dev->name == sysfs_name except when change name is in > progress, and we are protected from that by RTNL mutex. > > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> > Acked-off-by: Stephen Hemminger <shemminger@vyatta.com>
It's "Acked-by" :-)
Applied, thanks!
|  |