vfs: whack leftover cn_origflags

Unused since 5b5b7e2ca2 ("vfs: always retain path buffer after lookup")

Reported by:	dchagin
This commit is contained in:
Mateusz Guzik 2023-03-12 19:06:46 +00:00
parent 298a392ec3
commit 35c872422c

View File

@ -47,7 +47,6 @@ struct componentname {
/*
* Arguments to lookup.
*/
u_int64_t cn_origflags; /* flags to namei */
u_int64_t cn_flags; /* flags to namei */
struct ucred *cn_cred; /* credentials */
enum nameiop cn_nameiop; /* namei operation */