lkml.org 
[lkml]   [2002]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Re: ufs compile error in 2.5.19
On Wed, May 29 2002, Skip Ford wrote:
> 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;

Yeah it's right, and I see I missed exactly this change in the patch I
just sent to Linus a few hours ago... So I've sent this one on as well,
thanks.

--
Jens Axboe

-
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.077 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site