public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Wayne.Brown@altec.com, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Re: ufs compile error in 2.5.19
Date: Thu, 30 May 2002 15:33:11 +0200	[thread overview]
Message-ID: <20020530133311.GA841@suse.de> (raw)
In-Reply-To: <86256BC8.006DB41A.00@smtpnotes.altec.com> <20020529210938.DYLF24507.pop016.verizon.net@pool-141-150-239-239.delv.east.verizon.net>

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


      reply	other threads:[~2002-05-30 13:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-29 19:55 ufs compile error in 2.5.19 Wayne.Brown
2002-05-29 21:13 ` [PATCH] " Skip Ford
2002-05-30 13:33   ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020530133311.GA841@suse.de \
    --to=axboe@suse.de \
    --cc=Wayne.Brown@altec.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox