--- zzzz-none-000/linux-2.4.17/fs/ext3/namei.c 2001-11-09 22:25:04.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/fs/ext3/namei.c 2004-11-24 13:22:18.000000000 +0000 @@ -157,6 +157,8 @@ if ((bh = bh_use[ra_ptr++]) == NULL) goto next; wait_on_buffer(bh); + debug_lock_break(1); + conditional_schedule(); if (!buffer_uptodate(bh)) { /* read error, skip block & hope for the best */ brelse(bh);