From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [ammarfaizi2-block:dhowells/linux-fs/netfs-maple 9/43] fs/9p/vfs_inode.c:258:5: error: 'struct netfs_i_context' has no member named 'wsize'
Date: Wed, 16 Feb 2022 12:40:10 +0800 [thread overview]
Message-ID: <202202161243.Gj2NbDFG-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1891 bytes --]
tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/netfs-maple
head: d40df0841e9f8de3713a19dd3f0ba283c860cb93
commit: 90870fcbed9794a03bee7aba8195e8c43e46e1dd [9/43] netfs: Add a netfs inode context
config: i386-debian-10.3 (https://download.01.org/0day-ci/archive/20220216/202202161243.Gj2NbDFG-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/ammarfaizi2/linux-block/commit/90870fcbed9794a03bee7aba8195e8c43e46e1dd
git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/netfs-maple
git checkout 90870fcbed9794a03bee7aba8195e8c43e46e1dd
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash fs/9p/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Note: the ammarfaizi2-block/dhowells/linux-fs/netfs-maple HEAD d40df0841e9f8de3713a19dd3f0ba283c860cb93 builds fine.
It only hurts bisectability.
All errors (new ones prefixed by >>):
fs/9p/vfs_inode.c: In function 'v9fs_set_netfs_context':
>> fs/9p/vfs_inode.c:258:5: error: 'struct netfs_i_context' has no member named 'wsize'
258 | ctx->wsize = 1024 * 1024;
| ^~
vim +258 fs/9p/vfs_inode.c
249
250 /*
251 * Set parameters for the netfs library
252 */
253 static void v9fs_set_netfs_context(struct inode *inode)
254 {
255 struct netfs_i_context *ctx = netfs_i_context(inode);
256
257 netfs_i_context_init(inode, &v9fs_req_ops);
> 258 ctx->wsize = 1024 * 1024;
259 }
260
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: David Howells <dhowells@redhat.com>
Cc: kbuild-all@lists.01.org,
GNU/Weeb Mailing List <gwml@vger.gnuweeb.org>,
linux-kernel@vger.kernel.org
Subject: [ammarfaizi2-block:dhowells/linux-fs/netfs-maple 9/43] fs/9p/vfs_inode.c:258:5: error: 'struct netfs_i_context' has no member named 'wsize'
Date: Wed, 16 Feb 2022 12:40:10 +0800 [thread overview]
Message-ID: <202202161243.Gj2NbDFG-lkp@intel.com> (raw)
tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/netfs-maple
head: d40df0841e9f8de3713a19dd3f0ba283c860cb93
commit: 90870fcbed9794a03bee7aba8195e8c43e46e1dd [9/43] netfs: Add a netfs inode context
config: i386-debian-10.3 (https://download.01.org/0day-ci/archive/20220216/202202161243.Gj2NbDFG-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/ammarfaizi2/linux-block/commit/90870fcbed9794a03bee7aba8195e8c43e46e1dd
git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/netfs-maple
git checkout 90870fcbed9794a03bee7aba8195e8c43e46e1dd
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash fs/9p/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Note: the ammarfaizi2-block/dhowells/linux-fs/netfs-maple HEAD d40df0841e9f8de3713a19dd3f0ba283c860cb93 builds fine.
It only hurts bisectability.
All errors (new ones prefixed by >>):
fs/9p/vfs_inode.c: In function 'v9fs_set_netfs_context':
>> fs/9p/vfs_inode.c:258:5: error: 'struct netfs_i_context' has no member named 'wsize'
258 | ctx->wsize = 1024 * 1024;
| ^~
vim +258 fs/9p/vfs_inode.c
249
250 /*
251 * Set parameters for the netfs library
252 */
253 static void v9fs_set_netfs_context(struct inode *inode)
254 {
255 struct netfs_i_context *ctx = netfs_i_context(inode);
256
257 netfs_i_context_init(inode, &v9fs_req_ops);
> 258 ctx->wsize = 1024 * 1024;
259 }
260
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
next reply other threads:[~2022-02-16 4:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-16 4:40 kernel test robot [this message]
2022-02-16 4:40 ` [ammarfaizi2-block:dhowells/linux-fs/netfs-maple 9/43] fs/9p/vfs_inode.c:258:5: error: 'struct netfs_i_context' has no member named 'wsize' kernel test robot
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=202202161243.Gj2NbDFG-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.