Skip to content

Commit

Permalink
Giant: Postpone removal of Giant-locked drivers until 15
Browse files Browse the repository at this point in the history
Reviewed by:	imp
Approved by:	re (karels)
MFC after:	1 day
Differential Revision:	https://reviews.freebsd.org/D42401

(cherry picked from commit a8bd34b)
(cherry picked from commit 5019a5a)
  • Loading branch information
gmshake committed Nov 2, 2023
1 parent 326adc0 commit 2dedf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/kern/kern_conf.c
Expand Up @@ -663,7 +663,7 @@ prep_cdevsw(struct cdevsw *devsw, int flags)
if ((devsw->d_flags & D_GIANTOK) == 0) {
printf(
"WARNING: Device \"%s\" is Giant locked and may be "
"deleted before FreeBSD 14.0.\n",
"deleted before FreeBSD 15.0.\n",
devsw->d_name == NULL ? "???" : devsw->d_name);
}
if (devsw->d_gianttrick == NULL) {
Expand Down

0 comments on commit 2dedf41

Please sign in to comment.