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
Unknown Object (File)
Thu, Oct 9, 8:19 AM
Unknown Object (File)
Sat, Sep 27, 3:57 PM
Unknown Object (File)
Thu, Sep 11, 11:50 PM
Unknown Object (File)
Aug 26 2025, 7:50 AM
Unknown Object (File)
Aug 25 2025, 5:26 AM
Unknown Object (File)
Aug 2 2025, 9:54 AM
Unknown Object (File)
Jul 18 2025, 8:40 PM
Unknown Object (File)
Jul 4 2025, 10:38 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable