From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [PATCH] btrfs file write debugging patch Date: Sun, 06 Mar 2011 13:00:27 -0500 Message-ID: <1299434330-sup-8189@think> References: <1865303E0DED764181A9D882DEF65FB68662CD02C8@shsmsx502.ccr.corp.intel.com> <1299203447-sup-9359@think> <1299241124-sup-3502@think> Content-Type: text/plain; charset=UTF-8 Cc: Xin Zhong , "xin.zhong" , linux-btrfs To: Mitch Harder Return-path: In-reply-to: List-ID: Excerpts from Mitch Harder's message of 2011-03-05 11:50:14 -0500: > I've constructed a test patch that is currently addressing all the > issues on my system. > > The portion of Openmotif that was having issues with page faults works > correctly with this patch, and gcc-4.4.5 builds without issue. > > I extracted only the portion of the first patch that corrects the > handling of dirty_pages when copied==0, and incorporated the second > patch that falls back to one-page-at-a-time if there are troubles with > page faults. Just to make sure I understand, could you please post the full combined path that was giving you trouble with gcc? We do need to make sure the pages are properly up to date if we fall back to partial writes. -chris