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)
Sun, Nov 17, 6:20 PM
Unknown Object (File)
Oct 2 2024, 5:00 AM
Unknown Object (File)
Sep 26 2024, 5:23 PM
Unknown Object (File)
Sep 22 2024, 12:03 AM
Unknown Object (File)
Sep 18 2024, 2:34 PM
Unknown Object (File)
Sep 17 2024, 6:05 PM
Unknown Object (File)
Sep 17 2024, 6:05 PM
Unknown Object (File)
Sep 17 2024, 6:05 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