You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Only use file_operations::setfl on AUFS-patched kernels (closes#167) (#182)
Debian and Ubuntu, which we're using for all our CI and local dev, have
a patched kernel which adds a setfl method to struct file_operations, so
our builds don't work on unpatched (e.g., upstream) kernels. The
patchset also does an EXPORT_SYMBOL_GPL(setfl), so we can key on that to
determine whether we need to fill in the setfl method or not.
Current patches are at
https://salsa.debian.org/kernel-team/linux/tree/debian/5.2.9-2/debian/patches/features/all/aufs5
0 commit comments