All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [dhowells-fs:fscache-netfs-lib 13/26] fs/cachefiles/rdwr2.c:424:5: warning: no previous prototype for 'cachefiles_begin_cache_operation'
Date: Tue, 19 Jan 2021 02:35:39 +0800	[thread overview]
Message-ID: <202101190233.QvJOnGCZ-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git fscache-netfs-lib
head:   72ff7b8b0c53f453dcc5ec36195fda98dfbf605c
commit: dcc00081cea56b447e3edf8fff764128fae7a687 [13/26] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
config: arc-allyesconfig (attached as .config)
compiler: arceb-elf-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/commit/?id=dcc00081cea56b447e3edf8fff764128fae7a687
        git remote add dhowells-fs https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
        git fetch --no-tags dhowells-fs fscache-netfs-lib
        git checkout dcc00081cea56b447e3edf8fff764128fae7a687
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> fs/cachefiles/rdwr2.c:424:5: warning: no previous prototype for 'cachefiles_begin_cache_operation' [-Wmissing-prototypes]
     424 | int cachefiles_begin_cache_operation(struct netfs_read_request *rreq,
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/cachefiles_begin_cache_operation +424 fs/cachefiles/rdwr2.c

   420	
   421	/*
   422	 * Open the cache file when beginning a cache operation.
   423	 */
 > 424	int cachefiles_begin_cache_operation(struct netfs_read_request *rreq,

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 67241 bytes --]

                 reply	other threads:[~2021-01-18 18:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202101190233.QvJOnGCZ-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.