Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
/home/emaste/src/freebsd-git/wipbsd/sys/security/audit/audit_arg.c:874:53: error: too few arguments to function call, expected 4, have 3 874 | error = VOP_GETATTR(vp, &vattr, curthread->td_ucred); | ~~~~~~~~~~~ ^
Comment Actions
Fixed, the whole patch series is available at https://kib.kiev.ua/git/gitweb.cgi?p=deviant3.git;a=shortlog;h=refs/heads/noautomount
Comment Actions
Also sys/dev/xen/blkback/blkback.c. My wip build was successful patching audit and xen; I didn't look for other VOP_GETATTR cases.
Comment Actions
This requires a __FreeBSD_version bump, of course, to accommodate out-of-tree zfs.ko.