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)
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
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

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