svn commit: r346013 - head/sys/modules/geom/geom_label

2019-09-03 Thread Ian Lepore
Author: ian
Date: Sun Apr  7 16:33:22 2019
New Revision: 346013
URL: https://svnweb.freebsd.org/changeset/base/346013

Log:
  Add g_label_flashmap.c to the module, should have been part of r345480.
  
  Reported by:  Jia-Shiun Li 

Modified:
  head/sys/modules/geom/geom_label/Makefile

Modified: head/sys/modules/geom/geom_label/Makefile
==
--- head/sys/modules/geom/geom_label/Makefile   Sun Apr  7 16:07:41 2019
(r346012)
+++ head/sys/modules/geom/geom_label/Makefile   Sun Apr  7 16:33:22 2019
(r346013)
@@ -6,6 +6,7 @@ KMOD=   geom_label
 SRCS=  g_label.c
 SRCS+= g_label_disk_ident.c
 SRCS+= g_label_ext2fs.c
+SRCS+= g_label_flashmap.c
 SRCS+= g_label_gpt.c
 SRCS+= g_label_iso9660.c
 SRCS+= g_label_msdosfs.c


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r346013 - head/sys/modules/geom/geom_label

2019-04-07 Thread Ian Lepore
Author: ian
Date: Sun Apr  7 16:33:22 2019
New Revision: 346013
URL: https://svnweb.freebsd.org/changeset/base/346013

Log:
  Add g_label_flashmap.c to the module, should have been part of r345480.
  
  Reported by:  Jia-Shiun Li 

Modified:
  head/sys/modules/geom/geom_label/Makefile

Modified: head/sys/modules/geom/geom_label/Makefile
==
--- head/sys/modules/geom/geom_label/Makefile   Sun Apr  7 16:07:41 2019
(r346012)
+++ head/sys/modules/geom/geom_label/Makefile   Sun Apr  7 16:33:22 2019
(r346013)
@@ -6,6 +6,7 @@ KMOD=   geom_label
 SRCS=  g_label.c
 SRCS+= g_label_disk_ident.c
 SRCS+= g_label_ext2fs.c
+SRCS+= g_label_flashmap.c
 SRCS+= g_label_gpt.c
 SRCS+= g_label_iso9660.c
 SRCS+= g_label_msdosfs.c
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"