linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Skip Ford <skip.ford@verizon.net>
To: Wayne.Brown@altec.com
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] Re: ufs compile error in 2.5.19
Date: Wed, 29 May 2002 17:13:59 -0400	[thread overview]
Message-ID: <20020529210938.DYLF24507.pop016.verizon.net@pool-141-150-239-239.delv.east.verizon.net> (raw)
In-Reply-To: <86256BC8.006DB41A.00@smtpnotes.altec.com>

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

  reply	other threads:[~2002-05-29 21:09 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 ` Skip Ford [this message]
2002-05-30 13:33   ` [PATCH] " Jens Axboe

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=20020529210938.DYLF24507.pop016.verizon.net@pool-141-150-239-239.delv.east.verizon.net \
    --to=skip.ford@verizon.net \
    --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;
as well as URLs for NNTP newsgroup(s).