mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Giant: move back Giant removal until 14
Update the Giant Lock warning message to FreeBSD 14. It's growing increasling
clear that this won't be done before 13.0.
MFC: Insta (re@'s request)
Approved by: re@ (gjb requested insta-mfc to make release)
(cherry picked from commit 00065c7630)
This commit is contained in:
parent
46539a7bf0
commit
d2fb8eb147
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ prep_cdevsw(struct cdevsw *devsw, int flags)
|
|||
|
||||
if (devsw->d_flags & D_NEEDGIANT) {
|
||||
printf("WARNING: Device \"%s\" is Giant locked and may be "
|
||||
"deleted before FreeBSD 13.0.\n",
|
||||
"deleted before FreeBSD 14.0.\n",
|
||||
devsw->d_name == NULL ? "???" : devsw->d_name);
|
||||
if (devsw->d_gianttrick == NULL) {
|
||||
memcpy(dsw2, devsw, sizeof *dsw2);
|
||||
|
|
|
|||
Loading…
Reference in a new issue