Re: [PATCH net-next] can: fix CAN BCM build with CONFIG_PROC_FS disabled

2017-04-27 Thread Marc Kleine-Budde
On 04/26/2017 08:14 PM, Oliver Hartkopp wrote: > The introduced namespace support moved the BCM variables for procfs into a > per-net data structure. This leads to a build failure with disabled procfs: > > on x86_64: > > when CONFIG_PROC_FS is not enabled: > > ../net/can/bcm.c:1541:14: error:

[PATCH net-next] can: fix CAN BCM build with CONFIG_PROC_FS disabled

2017-04-26 Thread Oliver Hartkopp
The introduced namespace support moved the BCM variables for procfs into a per-net data structure. This leads to a build failure with disabled procfs: on x86_64: when CONFIG_PROC_FS is not enabled: ../net/can/bcm.c:1541:14: error: 'struct netns_can' has no member named 'bcmproc_dir'