Re: [BUG] reiser4: page lock recursion in reiser4_write_extent

2007-03-15 Thread Vladimir V. Saveliev
Hello On Wednesday 14 March 2007 08:40, Nate Diller wrote: > This little code snippet seems to have a page_lock recursion, in > addition to overall looking particularly fragile to me. It seems to > be handling the case where a page needs to be brought uptodate because > a partial page write is

Re: [BUG] reiser4: page lock recursion in reiser4_write_extent

2007-03-15 Thread Vladimir V. Saveliev
Hello On Wednesday 14 March 2007 08:40, Nate Diller wrote: This little code snippet seems to have a page_lock recursion, in addition to overall looking particularly fragile to me. It seems to be handling the case where a page needs to be brought uptodate because a partial page write is being

Re: [BUG] reiser4: page lock recursion in reiser4_write_extent

2007-03-14 Thread Vladimir V. Saveliev
Hello On Wednesday 14 March 2007 08:40, Nate Diller wrote: > This little code snippet seems to have a page_lock recursion, in > addition to overall looking particularly fragile to me. It seems to > be handling the case where a page needs to be brought uptodate because > a partial page write is

Re: [BUG] reiser4: page lock recursion in reiser4_write_extent

2007-03-14 Thread Vladimir V. Saveliev
Hello On Wednesday 14 March 2007 08:40, Nate Diller wrote: This little code snippet seems to have a page_lock recursion, in addition to overall looking particularly fragile to me. It seems to be handling the case where a page needs to be brought uptodate because a partial page write is being

[BUG] reiser4: page lock recursion in reiser4_write_extent

2007-03-13 Thread Nate Diller
This little code snippet seems to have a page_lock recursion, in addition to overall looking particularly fragile to me. It seems to be handling the case where a page needs to be brought uptodate because a partial page write is being done. The page gets locked as many as 3 times, each checking

[BUG] reiser4: page lock recursion in reiser4_write_extent

2007-03-13 Thread Nate Diller
This little code snippet seems to have a page_lock recursion, in addition to overall looking particularly fragile to me. It seems to be handling the case where a page needs to be brought uptodate because a partial page write is being done. The page gets locked as many as 3 times, each checking