From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xue jiufei Date: Mon, 25 Aug 2014 10:05:49 +0800 Subject: [Ocfs2-devel] A deadlock when system do not has sufficient memory In-Reply-To: References: <53F41CAE.2040204@huawei.com> <53F6FFB7.1090305@huawei.com> Message-ID: <53FA99FD.1090008@huawei.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com Hi Sunil, On 2014/8/23 1:08, Sunil Mushran wrote: > Allocs made via GFP_NOFS, by definition, should not trigger any reclaim from the fs. > So this situation should never arise. That's why all allocs in the dlm have NOFS. > Thanks for your reply. I haven't noticed that before. So I think dlm_query_region_handler() should also use GFP_NOFS instead of GFP_KERNEL, right? Thanks. Xuejiufei > > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel at oss.oracle.com > https://oss.oracle.com/mailman/listinfo/ocfs2-devel >