On Wed, Sep 25, 2019 at 12:32 PM Kyle Evans <kev...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to