File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3871,6 +3871,22 @@ fn test_linux(target: &str) {
3871
3871
// FIXME: Requires more recent kernel headers
3872
3872
"HWTSTAMP_TX_ONESTEP_P2P" if musl => true , // linux v5.6+
3873
3873
3874
+ // FIXME: Requires more recent kernel headers
3875
+ | "FAN_FS_ERROR" // linux v5.16+
3876
+ | "FAN_RENAME" // linux v5.17+
3877
+ | "FAN_REPORT_TARGET_FID" // linux v5.17+
3878
+ | "FAN_REPORT_DFID_NAME_TARGET" // linux v5.17+
3879
+ | "FAN_MARK_EVICTABLE" // linux v5.19+
3880
+ | "FAN_MARK_IGNORE" // linux v6.0+
3881
+ | "FAN_MARK_IGNORE_SURV" // linux v6.0+
3882
+ | "FAN_EVENT_INFO_TYPE_ERROR" // linux v5.16+
3883
+ | "FAN_EVENT_INFO_TYPE_OLD_DFID_NAME" // linux v5.17+
3884
+ | "FAN_EVENT_INFO_TYPE_NEW_DFID_NAME" // linux v5.17+
3885
+ | "FAN_RESPONSE_INFO_NONE" // linux v5.16+
3886
+ | "FAN_RESPONSE_INFO_AUDIT_RULE" // linux v5.16+
3887
+ | "FAN_INFO" // linux v5.16+
3888
+ => true
3889
+
3874
3890
_ => false ,
3875
3891
}
3876
3892
} ) ;
You can’t perform that action at this time.
0 commit comments