From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints To: Christoph Hellwig Cc: linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, adilger@dilger.ca, martin.petersen@oracle.com References: <8db675e7-b868-bae1-784a-33cba67d0874@kernel.dk> <20170619185805.GC32047@infradead.org> <5259a1ba-1c5f-2d89-3b47-3a81cd0a3e4e@kernel.dk> <0c3c6a33-77c5-337e-66e0-49fe22d3cc4e@kernel.dk> <3e6f7b97-8372-b268-f55a-cc88812c1a68@kernel.dk> <20170620085739.GB31386@infradead.org> <6f1be22c-b172-3645-f0ab-8124188756df@kernel.dk> <20170620124355.GA6199@infradead.org> <6793e5b9-b324-727a-6227-69b5fe233bc4@kernel.dk> <20170620124738.GA16917@infradead.org> From: Jens Axboe Message-ID: <6b1897c4-400b-faee-38d1-d677c054debc@kernel.dk> Date: Tue, 20 Jun 2017 06:51:34 -0600 MIME-Version: 1.0 In-Reply-To: <20170620124738.GA16917@infradead.org> Content-Type: text/plain; charset=utf-8 List-ID: On 06/20/2017 06:47 AM, Christoph Hellwig wrote: > On Tue, Jun 20, 2017 at 06:45:45AM -0600, Jens Axboe wrote: >> To the page? Where do you want to find room for that? > > In the page we don't. In the buffer_head we have plenty (as will > the replacement for it if I ever get time to get back to that) That sounds fragile... Is it really worth it to avoid stealing three bits in the inode? Do we have buffer_heads attached everywhere, that sounds surprising to me. -- Jens Axboe