Page MenuHomeFreeBSD

LinuxKPI: add fault_flag_allow_retry_first
ClosedPublic

Authored by val_packett.cool on Jun 7 2021, 2:26 PM.
Referenced Files
Unknown Object (File)
Tue, Sep 30, 3:49 PM
Unknown Object (File)
Tue, Sep 23, 1:19 AM
Unknown Object (File)
Sun, Sep 21, 3:02 PM
Unknown Object (File)
Fri, Sep 19, 9:25 PM
Unknown Object (File)
Sep 10 2025, 10:58 AM
Unknown Object (File)
Aug 6 2025, 9:17 AM
Unknown Object (File)
Jul 27 2025, 11:10 AM
Unknown Object (File)
Jul 25 2025, 6:58 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/compat/linuxkpi/common/include/linux/mm.h
96

Parenthesis around (flags) is good macro practice:

I suggest like this:

(((flags) & (FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_TRIED)) == FAULT_FLAG_ALLOW_RETRY)

This revision is now accepted and ready to land.Jun 7 2021, 5:23 PM
This revision was automatically updated to reflect the committed changes.