git: d2f1c44bc9f9 - main - uma: Remove the MINBUCKET flag from the flag name list

Mark Johnston markj at FreeBSD.org
Sun Dec 27 22:01:55 UTC 2020


The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=d2f1c44bc9f9798090d5ae91a4ab2b89c819ca4b

commit d2f1c44bc9f9798090d5ae91a4ab2b89c819ca4b
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2020-12-27 21:50:24 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2020-12-27 22:01:33 +0000

    uma: Remove the MINBUCKET flag from the flag name list
    
    This should have been done in r368399 / commit
    f8b6c51538fab88a7a62a399fb0948806b06133c.
    
    Reported by:    rlibby
    Sponsored by:   The FreeBSD Foundation
---
 sys/vm/uma_int.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index 20d4ebcdce91..9965e486ca53 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -188,7 +188,6 @@
     "\20PCPU"				\
     "\17NODUMP"				\
     "\16CACHESPREAD"			\
-    "\15MINBUCKET"			\
     "\14MAXBUCKET"			\
     "\13NOBUCKET"			\
     "\12SECONDARY"			\


More information about the dev-commits-src-all mailing list