Date: Sun, 16 Aug 2020 18:27:42 +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: r364280 - head/sys/sys Message-ID: <202008161827.07GIRgAf078364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjg Date: Sun Aug 16 18:27:42 2020 New Revision: 364280 URL: https://svnweb.freebsd.org/changeset/base/364280 Log: vfs: restore sorted order of unused nameidata flags Modified: head/sys/sys/namei.h Modified: head/sys/sys/namei.h ============================================================================== --- head/sys/sys/namei.h Sun Aug 16 18:24:48 2020 (r364279) +++ head/sys/sys/namei.h Sun Aug 16 18:27:42 2020 (r364280) @@ -160,8 +160,8 @@ int cache_fplookup(struct nameidata *ndp, enum cache_f #define AUDITVNODE1 0x00040000 /* audit the looked up vnode information */ #define AUDITVNODE2 0x00080000 /* audit the looked up vnode information */ #define NOCAPCHECK 0x00100000 /* do not perform capability checks */ -/* UNUSED 0x00400000 */ /* UNUSED 0x00200000 */ +/* UNUSED 0x00400000 */ /* UNUSED 0x00800000 */ #define HASBUF 0x01000000 /* has allocated pathname buffer */ #define NOEXECCHECK 0x02000000 /* do not perform exec check on dir */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161827.07GIRgAf078364>