From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vultr.musolino.id.au ([45.76.123.158]) by ewsd; Mon Aug 20 08:25:04 EDT 2018 Received: from 1.123.138.38 ([1.123.138.38]) by vultr; Mon Aug 20 22:24:23 EST 2018 Message-ID: <8B3AD023629AB02C45278CC576D1C43E@musolino.id.au> To: 9front@9front.org Subject: hjfs(4) patch - create files with same group as parent directory From: Alex Musolino Date: Mon, 20 Aug 2018 21:54:22 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extensible content-addressed base database lifecycle just-in-time-aware framework Hi, According to open(2), when a new file is created, its group should be set to that of the containing directory. Cwfs(4) does this, but hjfs(4) does not. I have a patch [1] that I've been using for quite some time with no ill effects. Any objections to committing this? [1] http://musolino.id.au/up/hjfs.create.patch -- Cheers, Alex Musolino