lkml.org 
[lkml]   [2002]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Re: ufs compile error in 2.5.19
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/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.093 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site