This simply renames the datapath modules, omitting the trailing _mod.
Patch 2/2 has details on why.

Chris Wright (2):
  datapath: rename brcompat.c to brcompat_main.c
  datapath: omit _mod from module names

 INSTALL.Linux                              |   14 +-
 INSTALL.XenServer                          |    2 +-
 INSTALL.bridge                             |    4 +-
 datapath/brcompat.c                        |  578 ----------------------------
 datapath/brcompat_main.c                   |  578 ++++++++++++++++++++++++++++
 datapath/compat.h                          |    8 +-
 datapath/linux/.gitignore                  |    2 +-
 datapath/linux/Kbuild.in                   |    4 +-
 datapath/linux/Makefile.main.in            |    2 +-
 datapath/linux/Modules.mk                  |    2 +-
 datapath/linux/compat/genetlink-brcompat.c |    2 +-
 datapath/vport-netdev.c                    |    2 +-
 utilities/ovs-ctl.in                       |   25 +-
 13 files changed, 614 insertions(+), 609 deletions(-)
 delete mode 100644 datapath/brcompat.c
 create mode 100644 datapath/brcompat_main.c

-- 
1.7.7.6

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to