svn commit: r352695 - in head/sys: kern sys

Kyle Evans kevans at freebsd.org
Thu Sep 26 12:57:20 UTC 2019


On Wed, Sep 25, 2019 at 12:32 PM Kyle Evans <kevans at freebsd.org> wrote:
>
> Author: kevans
> Date: Wed Sep 25 17:32:43 2019
> New Revision: 352695
> URL: https://svnweb.freebsd.org/changeset/base/352695
>
> Log:
>   [1/3] Add mostly Linux-compatible file sealing support
>
>   File sealing applies protections against certain actions
>   (currently: write, growth, shrink) at the inode level. New fileops are added
>   to accommodate seals - EINVAL is returned by fcntl(2) if they are not
>   implemented.
>
>   Reviewed by:  markj, kib
>   Differential Revision:        https://reviews.freebsd.org/D21391
>

Small nit, pointed out by koobs... the above should be
Linux-compatible, not just mostly Linux-compatible. The initial
version of this tried to implement file sealing at the completely
wrong layer, which was caught in review and promptly fixed.

Thanks,

Kyle Evans


More information about the svn-src-all mailing list