vfs: whack leftover cn_origflags
Unused since 5b5b7e2ca2fa9a24 ("vfs: always retain path buffer after lookup") Reported by: dchagin
This commit is contained in:
parent
24a9cd2aaa
commit
aafa553303
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user