Re: [Patch] bonding: move procfs into bond_procfs.c

From: David Miller
Date: Thu Mar 03 2011 - 01:16:37 EST


From: Amerigo Wang <amwang@xxxxxxxxxx>
Date: Mon, 28 Feb 2011 20:30:04 +0800

> bond_main.c is bloating, separate the procfs code out,
> move them to bond_procfs.c
>
> Signed-off-by: WANG Cong <amwang@xxxxxxxxxx>

Please use Makefile rules to conditionally compile the new bond_procfs.o
file, instead of wrapping almost the entire file with an ifdef.

Put the dummy no-PROC_FS function stubs, as inlines, in bonding.h

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/