From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Shishkin Subject: Re: [PATCH] reiser4: port for linux-4.6 Date: Mon, 25 Apr 2016 19:14:05 +0200 Message-ID: <571E505D.80802@gmail.com> References: <20160331104445.27365523be0b145177dd6863@korinar.com> <20160425110620.6214956f9a26c11fa814c568@korinar.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=VDYl23GOobKs9E6frunV1zHTe95V3+zgLM8Utzl1HrU=; b=p81b7zUJgcynETfPdeYd6r5fuvZt1TpmvmKdnqRzpSXsvz3tJQj+IUcWtqYOUTProv dIj91KFPKFcGeGtlbLEgsG97fmI9ge5r9TAKGJPPwD5XNf6woYN9w0EkCVouTvbrut7n KV2Ht9JsGoo99UvWdYeRqTCSkw1W4CjHNqHhuipOenCwSiJ6kzxgtG6lK0OadggVqz2Y f0hzV+O8ieMWLyAGTnlxrjfTu1BZKSK9D3VIrXHUnb/p2nfCbEu7TsR3wXDh0t71MhAB h1IGk64xBfiZgSG659PIVPJkQMmu4pZhP7J6zTn4OVS70HZIAwwxGf0cWHzcqyhuNZNP x7RA== In-Reply-To: <20160425110620.6214956f9a26c11fa814c568@korinar.com> Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Mathieu Belanger Cc: reiserfs-devel@vger.kernel.org Thanks Mathieu, How your sda2 doing? Has it survived any crashes since then? Edward. On 04/25/2016 06:06 PM, Mathieu Belanger wrote: > I made the patch to support kernel 4.6-rc3+. They made change that was not in the initial rc. > > kernel function rename: > page_cache_release -> put_page > page_cache_get -> get_page > PAGE_CACHE_* -> PAGE_* > > The attached patch just contain these page_cache change. I will release a unified patch later today for ppl wanting to test it. > > Note : this patch apply directly to the kernel, after you applied the initial reiser4 patch generated by my other patch. > > On Thu, 31 Mar 2016 10:44:45 -0600 > Mathieu Belanger wrote: > >> * New kernel use tmp_wb instead of wb for that part of generic_writeback_sb_inodes >> >> * Migration doesn't clear page->mem_cgroup of live pages >> anymore and so account_page_dirtied do not take a mem_cgroup third argument anymore. >