Date: Mon, 10 Aug 2020 10:37:17 +0000 (UTC) From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r364070 - head/sys/sys Message-ID: <202008101037.07AAbHnL096694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008101037.07AAbHnL096694>