From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tvrtko Ursulin Subject: Re: [patch 3/7] fs, notify: Add file handle entry into inotify_inode_mark Date: Wed, 14 Nov 2012 09:20:51 +0000 Message-ID: <4242534.oR1fYvhZDe@deuteros> References: <20121112101440.665694060@openvz.org> <2176466.A8PC9hQJK4@deuteros> <20121113152846.GJ7808@moon> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Rientjes , Andrew Morton , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Al Viro , Alexey Dobriyan , Pavel Emelyanov , James Bottomley , Matthew Helsley , aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org To: Cyrill Gorcunov Return-path: In-Reply-To: <20121113152846.GJ7808@moon> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tuesday 13 November 2012 19:28:46 Cyrill Gorcunov wrote: > On Tue, Nov 13, 2012 at 03:02:22PM +0000, Tvrtko Ursulin wrote: > > Perhaps there could be a different way, where you could use additional > > space only when it is actually used at runtime. But as I said, I am not > > following closely. > > Unfortunatelly at moment I see no way how to make it in on-demand fashion. You could not use a pointer and then allocate your buffers on the check point operation, freeing on restore? Regards, Tvrtko