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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to