On Fri, Jul 20, 2018 at 04:41:11PM +0200, Fernando Fernandez Mancera wrote: > Rename nf_osf.c to nfnetlink_osf.c as we introduce nfnetlink_osf which is > the OSF infraestructure. > > Signed-off-by: Fernando Fernandez Mancera <ffmancera@xxxxxxxxxx> > --- > .../linux/netfilter/{nf_osf.h => nfnetlink_osf.h} | 2 +- > .../linux/netfilter/{nf_osf.h => nfnetlink_osf.h} | 6 +++--- > include/uapi/linux/netfilter/xt_osf.h | 2 +- > net/netfilter/Kconfig | 15 ++++++++++----- > net/netfilter/Makefile | 2 +- > net/netfilter/{nf_osf.c => nfnetlink_osf.c} | 2 +- > 6 files changed, 17 insertions(+), 12 deletions(-) > rename include/linux/netfilter/{nf_osf.h => nfnetlink_osf.h} (95%) > rename include/uapi/linux/netfilter/{nf_osf.h => nfnetlink_osf.h} (96%) The uapi file we cannot rename. Anything in the uapi folder is set in stone forever. > rename net/netfilter/{nf_osf.c => nfnetlink_osf.c} (99%) So just rename nf_osf.c to nfnetlink_osf.c. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html