From 868e1ac07011f1f9626a73a411c31ebbdd462e3d Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Mon, 11 May 2020 23:26:58 +0000 Subject: 12554 want sdev plugin framework (fix header issue) Reviewed by: Richard Lowe Approved by: Richard Lowe --- usr/src/pkg/manifests/system-header.mf | 1 + usr/src/uts/common/sys/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/usr/src/pkg/manifests/system-header.mf b/usr/src/pkg/manifests/system-header.mf index 0a3e045e1a..5098ae075a 100644 --- a/usr/src/pkg/manifests/system-header.mf +++ b/usr/src/pkg/manifests/system-header.mf @@ -1026,6 +1026,7 @@ file path=usr/include/sys/fs/pc_label.h file path=usr/include/sys/fs/pc_node.h file path=usr/include/sys/fs/pxfs_ki.h file path=usr/include/sys/fs/sdev_impl.h +file path=usr/include/sys/fs/sdev_plugin.h file path=usr/include/sys/fs/snode.h file path=usr/include/sys/fs/swapnode.h file path=usr/include/sys/fs/tmp.h diff --git a/usr/src/uts/common/sys/Makefile b/usr/src/uts/common/sys/Makefile index 3c24a1e04f..a267953305 100644 --- a/usr/src/uts/common/sys/Makefile +++ b/usr/src/uts/common/sys/Makefile @@ -839,6 +839,7 @@ FSHDRS= \ decomp.h \ dv_node.h \ sdev_impl.h \ + sdev_plugin.h \ fifonode.h \ hsfs_isospec.h \ hsfs_node.h \ -- cgit v1.2.3