From: kbuild test robot <lkp@intel.com>
To: Liu Bo <bo.li.liu@oracle.com>
Cc: kbuild-all@01.org, linux-btrfs@vger.kernel.org,
Chris Mason <clm@fb.com>, Jan Kara <jack@suse.cz>,
David Sterba <dsterba@suse.cz>
Subject: Re: [PATCH 1/6] Btrfs: add mount option for dax
Date: Thu, 8 Dec 2016 10:44:33 +0800 [thread overview]
Message-ID: <201612081037.SCpzL2Fo%fengguang.wu@intel.com> (raw)
In-Reply-To: <1481147110-20048-2-git-send-email-bo.li.liu@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 1869 bytes --]
Hi Liu,
[auto build test WARNING on tip/perf/core]
[also build test WARNING on v4.9-rc8 next-20161207]
[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/Liu-Bo/btrfs-dax-IO/20161208-082651
config: x86_64-randconfig-s2-12081004 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
fs/btrfs/super.c: In function 'btrfs_parse_options':
>> fs/btrfs/super.c:414: warning: unused variable 'set_bdev'
fs/btrfs/super.o: warning: objtool: btrfs_statfs()+0x2af: function has unreachable instruction
vim +/set_bdev +414 fs/btrfs/super.c
398 * XXX JDM: This needs to be cleaned up for remount.
399 */
400 int btrfs_parse_options(struct btrfs_root *root, char *options,
401 unsigned long new_flags)
402 {
403 struct btrfs_fs_info *info = root->fs_info;
404 substring_t args[MAX_OPT_ARGS];
405 char *p, *num, *orig = NULL;
406 u64 cache_gen;
407 int intarg;
408 int ret = 0;
409 char *compress_type;
410 bool compress_force = false;
411 enum btrfs_compression_type saved_compress_type;
412 bool saved_compress_force;
413 int no_compress = 0;
> 414 int set_bdev = 0;
415
416 cache_gen = btrfs_super_cache_generation(root->fs_info->super_copy);
417 if (btrfs_fs_compat_ro(root->fs_info, FREE_SPACE_TREE))
418 btrfs_set_opt(info->mount_opt, FREE_SPACE_TREE);
419 else if (cache_gen)
420 btrfs_set_opt(info->mount_opt, SPACE_CACHE);
421
422 /*
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 25856 bytes --]
next prev parent reply other threads:[~2016-12-08 2:45 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-07 21:45 [PATCH 0/6] btrfs dax IO Liu Bo
2016-12-07 21:45 ` [PATCH 1/6] Btrfs: add mount option for dax Liu Bo
2016-12-08 2:44 ` kbuild test robot [this message]
2016-12-09 4:47 ` Dave Chinner
2016-12-09 18:41 ` Liu Bo
2016-12-09 21:58 ` Dave Chinner
2016-12-07 21:45 ` [PATCH 2/6] Btrfs: set single device limit for dax usecase Liu Bo
2016-12-08 13:35 ` David Sterba
2016-12-08 15:19 ` Liu Bo
2016-12-07 21:45 ` [PATCH 3/6] Btrfs: refactor btrfs_file_write_iter Liu Bo
2016-12-08 0:44 ` kbuild test robot
2016-12-07 21:45 ` [PATCH 4/6] Btrfs: add DAX support for nocow btrfs Liu Bo
2016-12-07 22:15 ` Chris Mason
2016-12-07 22:51 ` Liu Bo
2016-12-08 10:47 ` Jan Kara
2016-12-08 16:45 ` Liu Bo
2016-12-09 12:31 ` Jan Kara
2016-12-09 18:38 ` Liu Bo
2016-12-08 1:16 ` kbuild test robot
2016-12-08 2:19 ` Janos Toth F.
2016-12-08 2:30 ` kbuild test robot
2016-12-09 5:13 ` Dave Chinner
2016-12-09 14:23 ` Chris Mason
2016-12-07 21:45 ` [PATCH 5/6] Btrfs: add mmap_sem to avoid race between page faults and truncate/hole_punch Liu Bo
2016-12-07 21:45 ` [PATCH 6/6] Btrfs: add tracepoint for btrfs_get_blocks_dax_fault Liu Bo
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=201612081037.SCpzL2Fo%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=bo.li.liu@oracle.com \
--cc=clm@fb.com \
--cc=dsterba@suse.cz \
--cc=jack@suse.cz \
--cc=kbuild-all@01.org \
--cc=linux-btrfs@vger.kernel.org \
/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).