svn commit: r364070 - head/sys/sys
Mateusz Guzik
mjg at FreeBSD.org
Mon Aug 10 10:37:18 UTC 2020
Author: mjg
Date: Mon Aug 10 10:37:16 2020
New Revision: 364070
URL: https://svnweb.freebsd.org/changeset/base/364070
Log:
vfs: garbage collect unused ISUNICODE namei flag
Modified:
head/sys/sys/namei.h
Modified: head/sys/sys/namei.h
==============================================================================
--- head/sys/sys/namei.h Mon Aug 10 10:36:43 2020 (r364069)
+++ head/sys/sys/namei.h Mon Aug 10 10:37:16 2020 (r364070)
@@ -159,7 +159,6 @@ int cache_fplookup(struct nameidata *ndp, enum cache_f
#define ISWHITEOUT 0x00020000 /* found whiteout */
#define DOWHITEOUT 0x00040000 /* do whiteouts */
#define WILLBEDIR 0x00080000 /* new files will be dirs; allow trailing / */
-#define ISUNICODE 0x00100000 /* current component name is unicode*/
#define ISOPEN 0x00200000 /* caller is opening; return a real vnode. */
#define NOCROSSMOUNT 0x00400000 /* do not cross mount points */
#define NOMACCHECK 0x00800000 /* do not perform MAC checks */
More information about the svn-src-all
mailing list