[PATCH] Re: ufs compile error in 2.5.19

Skip Ford (skip.ford@verizon.net)
Wed, 29 May 2002 17:13:59 -0400


Wayne.Brown@altec.com wrote:
>
> truncate.c: In function `ufs_truncate':
> truncate.c:456: `tq_disk' undeclared (first use in this function)
> truncate.c:456: (Each undeclared identifier is reported only once
> truncate.c:456: for each function it appears in.)
> make[2]: *** [truncate.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.5.19/fs/ufs'

I guess this is right...

--- linux/fs/ufs/truncate.c Wed May 29 16:59:56 2002
+++ linux/fs/ufs/truncate.c Wed May 29 17:03:57 2002
@@ -453,7 +453,7 @@
break;
if (IS_SYNC(inode) && (inode->i_state & I_DIRTY))
ufs_sync_inode (inode);
- run_task_queue(&tq_disk);
+ blk_run_queues();
yield();
}
offset = inode->i_size & uspi->s_fshift;

-- 
Skip
-
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/