linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	zbr@ioremap.net, Greg KH <gregkh@suse.de>
Subject: Re: linux-next: Tree for January 19 (DST)
Date: Mon, 19 Jan 2009 10:12:24 -0800	[thread overview]
Message-ID: <4974C288.7030301@oracle.com> (raw)
In-Reply-To: <20090119172732.e772d8ea.sfr@canb.auug.org.au>

Stephen Rothwell wrote:
> Hi all,
> 
> There will be no build results for today's linux-next as our build server
> has failed.
> 
> Changes since 20090116:


DST build fails when CONFIG_BLOCK=n:

In file included from /local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:22:
/local/linsrc/linux-next-20090119/include/linux/dst.h: In function 'dst_bio_to_cmd':
/local/linsrc/linux-next-20090119/include/linux/dst.h:520: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/include/linux/dst.h:520: error: 'BIO_POOL_BITS' undeclared (first use in this function)
/local/linsrc/linux-next-20090119/include/linux/dst.h:520: error: (Each undeclared identifier is reported only once
/local/linsrc/linux-next-20090119/include/linux/dst.h:520: error: for each function it appears in.)
/local/linsrc/linux-next-20090119/include/linux/dst.h:521: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/include/linux/dst.h:522: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/include/linux/dst.h:525: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_node_set_size':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:86: error: implicit declaration of function 'set_capacity'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:88: error: implicit declaration of function 'bdget_disk'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:88: warning: assignment makes pointer from integer without a cast
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:93: error: implicit declaration of function 'bdput'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_request':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:102: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:104: error: implicit declaration of function 'bio_get'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_bdev_open':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:114: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_bdev_release':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:122: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: At top level:
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:128: error: variable 'dst_blk_ops' has initializer but incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:129: error: unknown field 'open' specified in initializer
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:129: warning: excess elements in struct initializer
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:129: warning: (near initialization for 'dst_blk_ops')
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:130: error: unknown field 'release' specified in initializer
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:130: warning: excess elements in struct initializer
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:130: warning: (near initialization for 'dst_blk_ops')
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:131: error: unknown field 'owner' specified in initializer
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:131: warning: excess elements in struct initializer
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:131: warning: (near initialization for 'dst_blk_ops')
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_node_create_disk':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:143: error: implicit declaration of function 'blk_init_queue'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:143: warning: assignment makes pointer from integer without a cast
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:147: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:148: error: implicit declaration of function 'blk_queue_make_request'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:149: error: implicit declaration of function 'blk_queue_max_phys_segments'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:150: error: implicit declaration of function 'blk_queue_max_hw_segments'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:153: error: implicit declaration of function 'alloc_disk'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:153: warning: assignment makes pointer from integer without a cast
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:159: error: implicit declaration of function 'set_disk_ro'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:171: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:172: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:173: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:174: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:175: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:176: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:176: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:181: error: implicit declaration of function 'put_disk'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:183: error: implicit declaration of function 'blk_cleanup_queue'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_node_cleanup':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:372: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:380: error: implicit declaration of function 'blkdev_put'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_setup_export':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:488: error: implicit declaration of function 'open_by_devnum'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:488: warning: assignment makes pointer from integer without a cast
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_start_remote':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:618: error: implicit declaration of function 'add_disk'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:620: error: dereferencing pointer to incomplete type
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_node_remove_unload':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:696: error: implicit declaration of function 'del_gendisk'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c: In function 'dst_sys_init':
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:928: error: implicit declaration of function 'register_blkdev'
/local/linsrc/linux-next-20090119/drivers/staging/dst/dcore.c:949: error: implicit declaration of function 'unregister_blkdev'


-- 
~Randy

  reply	other threads:[~2009-01-19 18:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-19  6:27 linux-next: Tree for January 19 Stephen Rothwell
2009-01-19 18:12 ` Randy Dunlap [this message]
2009-01-19 18:30   ` linux-next: Tree for January 19 (DST) Evgeniy Polyakov
2009-01-19 18:47     ` Randy Dunlap
2009-01-19 18:57       ` Greg KH
2009-01-19 18:17 ` linux-next: Tree for January 19 (x86_32 sub-arch) Randy Dunlap

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=4974C288.7030301@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=zbr@ioremap.net \
    /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).