Page MenuHomeFreeBSD

linux(4): Quiesce unrecognized ioctl warning for F2FS query
ClosedPublic

Authored by cem on Nov 2 2020, 2:37 AM.
Tags
None
Referenced Files
F83124362: D27050.diff
Mon, May 6, 3:40 PM
Unknown Object (File)
Dec 20 2023, 4:19 AM
Unknown Object (File)
Sep 5 2023, 10:08 PM
Unknown Object (File)
Sep 5 2023, 10:05 PM
Unknown Object (File)
Sep 5 2023, 10:05 PM
Unknown Object (File)
Aug 31 2023, 11:07 PM
Unknown Object (File)
Jun 27 2023, 11:22 PM
Unknown Object (File)
Jun 27 2023, 11:03 PM
Subscribers

Details

Summary

On Linux, sqlite probes for underlying F2FS filesystems that support
certain kinds of atomic update with this ioctl. The expected result on
non-F2FS filesystem (i.e., all FreeBSD filesystems) is any error value.

Minimally implement the ioctl and avoid the warning message.

(This shows up in Linux Chrome, which embeds sqlite.)

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34558
Build 31652: arc lint + arc unit