linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anand Jain <anand.jain@oracle.com>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, linux-btrfs@vger.kernel.org, dsterba@suse.cz
Subject: Re: [PATCH 2/3 v2] btrfs: reduce arguments for decompress_bio ops
Date: Sat, 27 May 2017 06:39:22 +0800	[thread overview]
Message-ID: <fa81b0d9-71a1-d78b-b1bd-e983214e454a@oracle.com> (raw)
In-Reply-To: <201705262134.qiqSOktg%fengguang.wu@intel.com>



On 05/26/2017 10:07 PM, kbuild test robot wrote:
> Hi Anand,
>
> [auto build test ERROR on tip/perf/core]
> [also build test ERROR on v4.12-rc2 next-20170526]
> [cannot apply to btrfs/next]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url:    https://github.com/0day-ci/linux/commits/Anand-Jain/compression-ops-args-clean-up-and-trace-point/20170526-184159
> config: s390-default_defconfig (attached as .config)
> compiler: s390x-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
>         wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # save the attached .config to linux build tree
>         make.cross ARCH=s390
>
> All errors (new ones prefixed by >>):
>
>    In file included from fs/btrfs/zlib.c:33:0:
>>> fs/btrfs/compression.h:39:2: error: unknown type name 'refcount_t'
>      refcount_t pending_bios;
>      ^~~~~~~~~~

  Ok . Thanks. Fixed this with.
     fixup: btrfs: reduce arguments for decompress_bio ops

-Anand


> vim +/refcount_t +39 fs/btrfs/compression.h
>
>     33	#define BTRFS_MAX_COMPRESSED		(SZ_128K)
>     34	/* Maximum size of data before compression */
>     35	#define BTRFS_MAX_UNCOMPRESSED		(SZ_128K)
>     36	
>     37	struct compressed_bio {
>     38		/* number of bios pending for this compressed extent */
>   > 39		refcount_t pending_bios;
>     40	
>     41		/* the pages with the compressed data on them */
>     42		struct page **compressed_pages;
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
>

  reply	other threads:[~2017-05-26 22:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26  7:44 [PATCH 0/3 v2] compression ops args clean up and trace point Anand Jain
2017-05-26  7:44 ` [PATCH 1/3 v2] btrfs: btrfs_decompress_bio() could accept compressed_bio instead Anand Jain
2017-05-26  7:42   ` Nikolay Borisov
2017-05-26 17:54   ` David Sterba
2017-05-26  7:44 ` [PATCH 2/3 v2] btrfs: reduce arguments for decompress_bio ops Anand Jain
2017-05-26  7:43   ` Nikolay Borisov
2017-05-26  8:34     ` Anand Jain
2017-05-26 14:07   ` kbuild test robot
2017-05-26 22:39     ` Anand Jain [this message]
2017-05-26 22:36   ` [PATCH] fixup: " Anand Jain
2017-05-29 13:52     ` David Sterba
2017-05-26  7:45 ` [PATCH 3/3 v2] btrfs: add compression trace points Anand Jain
2017-05-26 18:08   ` David Sterba
2017-05-26 23:37     ` Anand Jain
2017-05-26 18:09 ` [PATCH 0/3 v2] compression ops args clean up and trace point David Sterba

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=fa81b0d9-71a1-d78b-b1bd-e983214e454a@oracle.com \
    --to=anand.jain@oracle.com \
    --cc=dsterba@suse.cz \
    --cc=kbuild-all@01.org \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=lkp@intel.com \
    /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).