Yes it hangs also with both 2.5.74 and 2.5.75 elevatot=deadline
>
> No, this will be the reiserfs bug.
Yes, this was a real fix.
Thank you all for your quick response :).
>
> --- 25/fs/reiserfs/tail_conversion.c~reiserfs-dirty-memory-fix        
2003-07-10
> 22:22:54.000000000 -0700 +++
> 25-akpm/fs/reiserfs/tail_conversion.c 2003-07-10 22:22:54.000000000 -0700
> @@ -191,7 +191,7 @@ unmap_buffers(struct page *page, loff_t
>       bh = next ;
>        } while (bh != head) ;
>        if ( PAGE_SIZE == bh->b_size ) {
> -     ClearPageDirty(page);
> +     clear_page_dirty(page);
>        }
>      }
>    }
>
> _
-- 
                   Best regards,
                   Sergey S. Kostyliov <rathamahata@php4.ru>
                   Public PGP key: http://sysadminday.org.ru/rathamahata.asc
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/