git: kernel: Remove obsolete DSO_COMPATMBR from <sys/disk.h>
Aaron LI
aly at crater.dragonflybsd.org
Thu May 15 20:44:33 PDT 2025
commit 2259d958653b8cb22175a981fe276c4d75af4bcc
Author: Aaron LI <aly at aaronly.me>
Date: Tue May 13 13:07:59 2025 +0800
kernel: Remove obsolete DSO_COMPATMBR from <sys/disk.h>
The last use of this flag was removed in commit
1c3c151b5fca37695bf972f959efb7dda16cfbe6, so this flag has become
effectively obsolete since then. Now just remove it to reduce any
confusion.
ok by dillon.
Summary of changes:
sys/dev/disk/ccd/ccd.c | 65 ++++++++++++++++++++++----------------------------
sys/dev/disk/fd/fd.c | 38 ++++++++++++++---------------
sys/dev/disk/vn/vn.c | 30 +++++++++--------------
sys/sys/disk.h | 15 +++++-------
sys/sys/param.h | 3 ++-
5 files changed, 67 insertions(+), 84 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2259d958653b8cb22175a981fe276c4d75af4bcc
--
DragonFly BSD source repository
More information about the Commits
mailing list