linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	gregkh@suse.de, devel@driverdev.osuosl.org,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for June 22 (staging/spectra)
Date: Tue, 22 Jun 2010 13:42:10 -0700	[thread overview]
Message-ID: <20100622204210.GC31047@kroah.com> (raw)
In-Reply-To: <20100622085903.4232617d.randy.dunlap@oracle.com>

On Tue, Jun 22, 2010 at 08:59:03AM -0700, Randy Dunlap wrote:
> On Tue, 22 Jun 2010 08:30:32 -0700 Randy Dunlap wrote:
> 
> > On Tue, 22 Jun 2010 16:05:18 +1000 Stephen Rothwell wrote:
> > 
> > > Hi all,
> > > 
> > > Changes since 20100621:
> > > 
> > > My fixes tree contains:
> > >       v4l-dvb: update gfp/slab.h includes
> > >       arm: update gfp/slab.h includes
> > >       davinci: update gfp/slab.h includes
> > >       ocfs2: update gfp/slab.h includes
> > >       acpi: update gfp/slab.h includes
> > 
> > 
> > drivers/staging/spectra/ffsport.c:307: error: implicit declaration of function 'blk_fs_request'
> > 
> > Where is this function??
> 
> The macro was deleted from include/linux/blkdev.h.  Just change that line to
> 
> -	if (!blk_fs_request(req))
> +	if (req->cmd_type != REQ_TYPE_FS)

Care to send a patch?

thanks,

greg k-h

  reply	other threads:[~2010-06-22 20:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-22  6:05 linux-next: Tree for June 22 Stephen Rothwell
2010-06-22  7:53 ` Geert Uytterhoeven
2010-06-22 10:22   ` Stephen Rothwell
2010-06-22 15:30 ` linux-next: Tree for June 22 (staging/spectra) Randy Dunlap
2010-06-22 15:59   ` Randy Dunlap
2010-06-22 20:42     ` Greg KH [this message]
2010-06-22 16:03 ` [PATCH -next] block/xd.c: fix brace typo Randy Dunlap
2010-06-22 17:24   ` 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=20100622204210.GC31047@kroah.com \
    --to=greg@kroah.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=sfr@canb.auug.org.au \
    /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).