git: sys/dev/disk/dm: Don't expose cmd_function in header
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Oct 20 08:14:56 PDT 2015
commit 1a584652fd99f7f26cec31e3f7fe1305db1edc02
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Tue Oct 20 22:36:53 2015 +0900
sys/dev/disk/dm: Don't expose cmd_function in header
This struct is necessary only for core part of ioctl where
it needs to translate C string to an appropriate handler.
It just doesn't need to expose everything in dm.h.
Summary of changes:
sys/dev/disk/dm/device-mapper.c | 46 ++++++++++++++++++++++++-----------------
sys/dev/disk/dm/dm.h | 11 ----------
2 files changed, 27 insertions(+), 30 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1a584652fd99f7f26cec31e3f7fe1305db1edc02
--
DragonFly BSD source repository
More information about the Commits
mailing list