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)
Mon, Nov 24, 11:04 PM
Unknown Object (File)
Sun, Nov 23, 1:01 PM
Unknown Object (File)
Thu, Nov 20, 9:57 PM
Unknown Object (File)
Thu, Nov 20, 9:56 PM
Unknown Object (File)
Thu, Nov 20, 9:55 PM
Unknown Object (File)
Thu, Nov 20, 9:45 PM
Unknown Object (File)
Thu, Nov 6, 8:47 PM
Unknown Object (File)
Oct 26 2025, 7:14 AM
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