K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-09-25T17:32:43.635167Z K 7 svn:log V 356 [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 END