Re: [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

From: stsp
Date: Fri Apr 26 2024 - 09:37:00 EST


25.04.2024 17:02, Christian Brauner пишет:
struct open_flags {
- int open_flag;
+ u64 open_flag;
Btw, this change taken together with
All fixed in v5.
I dropped u64 use.
Other comments are addressed as well.
Please let me know if I missed some.

Thank you.