Re: [BUILD-FAILURE] linux-next: Tree for June 30

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Kamalesh Babulal <kamalesh@...>
Cc: Stephen Rothwell <sfr@...>, <linux-next@...>, LKML <linux-kernel@...>, Discussions of testing linux <ltc-linux-test@...>, Andy Whitcroft <apw@...>
Date: Monday, June 30, 2008 - 1:59 pm

On Mon, Jun 30 2008, Kamalesh Babulal wrote:

Gah, I can't believe gcc errors on that. This should fix it, I'll
integrate with the patchset.

diff --git a/fs/bio.c b/fs/bio.c
index bc865b1..7761c84 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -50,7 +50,7 @@ static struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly = {
  */
 struct bio_set *fs_bio_set;
 
-inline unsigned int bvec_nr_vecs(unsigned short idx)
+unsigned int bvec_nr_vecs(unsigned short idx)
 {
 	return bvec_slabs[idx].nr_vecs;
 }
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 62f0be9..0933a14 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -365,7 +365,7 @@ extern struct bio *bio_copy_user_iov(struct request_queue *, struct sg_iovec *,
 extern int bio_uncopy_user(struct bio *);
 void zero_fill_bio(struct bio *bio);
 extern struct bio_vec *bvec_alloc_bs(gfp_t, int, unsigned long *, struct bio_set *);
-extern inline unsigned int bvec_nr_vecs(unsigned short idx);
+extern unsigned int bvec_nr_vecs(unsigned short idx);
 
 /*
  * bio_set is used to allow other portions of the IO system to

-- 
Jens Axboe

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for June 30, Stephen Rothwell, (Mon Jun 30, 10:16 am)
Re: linux-next: Tree for June 30 (USB: cdc-acm), Randy Dunlap, (Mon Jun 30, 2:43 pm)
Re: linux-next: Tree for June 30 (USB: cdc-acm), Greg KH, (Mon Jun 30, 3:01 pm)
Re: linux-next: Tree for June 30 (USB: cdc-acm), Oliver Neukum, (Tue Jul 1, 1:10 pm)
Re: linux-next: Tree for June 30 (USB: cdc-acm), Oliver Neukum, (Tue Jul 1, 8:22 am)
Re: linux-next: Tree for June 30 (USB: cdc-acm), Alan Stern, (Mon Jun 30, 3:32 pm)
[BUILD-FAILURE] linux-next: Tree for June 30, Kamalesh Babulal, (Mon Jun 30, 12:02 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Jens Axboe, (Mon Jun 30, 1:59 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Kamalesh Babulal, (Mon Jun 30, 2:21 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Kamalesh Babulal, (Mon Jun 30, 12:43 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Sam Ravnborg, (Mon Jun 30, 2:59 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Ingo Molnar, (Mon Jun 30, 3:26 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Sam Ravnborg, (Mon Jun 30, 3:47 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Ingo Molnar, (Mon Jun 30, 4:06 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Sam Ravnborg, (Mon Jun 30, 4:25 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, H. Peter Anvin, (Mon Jun 30, 4:37 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, H. Peter Anvin, (Mon Jun 30, 5:46 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Kamalesh Babulal, (Tue Jul 1, 5:21 am)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Eric W. Biederman, (Tue Jul 1, 4:15 am)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Ingo Molnar, (Tue Jul 1, 2:56 am)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Vivek Goyal, (Mon Jun 30, 10:10 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, H. Peter Anvin, (Mon Jun 30, 4:42 pm)
Re: [BUILD-FAILURE] linux-next: Tree for June 30, Ingo Molnar, (Mon Jun 30, 4:11 pm)