From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH 0/2] shmem: fix faulting into a hole while it's punched, take 3 Date: Tue, 22 Jul 2014 19:19:51 -0400 Message-ID: <53CEF197.9040600@oracle.com> References: <53C7F55B.8030307@suse.cz> <53C7F5FF.7010006@oracle.com> <53C8FAA6.9050908@oracle.com> <53CDD961.1080006@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Vlastimil Babka , Konstantin Khlebnikov , Johannes Weiner , Michel Lespinasse , Lukas Czerner , Dave Jones , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Hugh Dickins Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 07/22/2014 04:07 AM, Hugh Dickins wrote: > But there is one easy change which might do it: please would you try > changing the TASK_KILLABLE a few lines above to TASK_UNINTERRUPTIBLE. That seems to have done the trick, everything works fine. Thanks, Sasha