[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201510060910.RcWMje2e%fengguang.wu@intel.com>
Date: Tue, 6 Oct 2015 09:54:14 +0800
From: kbuild test robot <lkp@...el.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: kbuild-all@...org, Jens Axboe <axboe@...nel.dk>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Christoph Hellwig <hch@....de>,
Ming Lei <ming.lei@...onical.com>
Subject: Re: linux-next: build failure after merge of the block tree
Hi Stephen,
[auto build test ERROR on next-20151002 -- if it's inappropriate base, please ignore]
config: i386-randconfig-x006-201540 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/block/loop.c: In function 'lo_rw_aio_complete':
>> drivers/block/loop.c:473:2: error: too many arguments to function 'blk_mq_complete_request'
blk_mq_complete_request(rq, ret);
^
In file included from drivers/block/loop.h:14:0,
from drivers/block/loop.c:79:
include/linux/blk-mq.h:218:6: note: declared here
void blk_mq_complete_request(struct request *rq);
^
vim +/blk_mq_complete_request +473 drivers/block/loop.c
467
468 if (ret > 0)
469 ret = 0;
470 else if (ret < 0)
471 ret = -EIO;
472
> 473 blk_mq_complete_request(rq, ret);
474 }
475
476 static int lo_rw_aio(struct loop_device *lo, struct loop_cmd *cmd,
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (31011 bytes)
Powered by blists - more mailing lists