Date: Thu, 26 Sep 2019 07:57:08 -0500 From: Kyle Evans <kevans@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r352695 - in head/sys: kern sys Message-ID: <CACNAnaGd6W_X7FV9n2btncaTBQeM1Hd2sLC0x5%2BNNdH%2BC609iA@mail.gmail.com> In-Reply-To: <201909251732.x8PHWhdx064446@repo.freebsd.org> References: <201909251732.x8PHWhdx064446@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 25, 2019 at 12:32 PM Kyle Evans <kevans@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaGd6W_X7FV9n2btncaTBQeM1Hd2sLC0x5%2BNNdH%2BC609iA>