From: kernel test robot <lkp@intel.com>
To: David Howells <dhowells@redhat.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [dhowells-fs:fscache-rewrite-indexing-3 62/63] htmldocs: include/linux/fscache-cache.h:206: warning: expecting prototype for fscache_cache_wait_for_objects(). Prototype was for fscache_wait_for_objects() instead
Date: Sat, 20 Nov 2021 12:27:17 +0800 [thread overview]
Message-ID: <202111201209.lMDqVU3I-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1985 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git fscache-rewrite-indexing-3
head: f9289707cca3cc642b772306de42986a1130230f
commit: 8fd4aa1d863415a405ad2fae87681c6f2b614f80 [62/63] fscache: Rewrite documentation
reproduce: make htmldocs
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 >>):
include/linux/fscache-cache.h:206: warning: expecting prototype for fscache_cache_wait_for_objects(). Prototype was for fscache_wait_for_objects() instead
vim +206 include/linux/fscache-cache.h
2a91f72b42616f David Howells 2021-11-11 197
2a91f72b42616f David Howells 2021-11-11 198 /**
2a91f72b42616f David Howells 2021-11-11 199 * fscache_cache_wait_for_objects - Wait for all objects to be withdrawn
2a91f72b42616f David Howells 2021-11-11 200 * @cache: The cache to query
2a91f72b42616f David Howells 2021-11-11 201 *
2a91f72b42616f David Howells 2021-11-11 202 * Wait for all extant objects in a cache to finish being withdrawn
2a91f72b42616f David Howells 2021-11-11 203 * and go away.
2a91f72b42616f David Howells 2021-11-11 204 */
2a91f72b42616f David Howells 2021-11-11 205 static inline void fscache_wait_for_objects(struct fscache_cache *cache)
2a91f72b42616f David Howells 2021-11-11 @206 {
2a91f72b42616f David Howells 2021-11-11 207 wait_event(fscache_clearance_waiters,
2a91f72b42616f David Howells 2021-11-11 208 atomic_read(&cache->object_count) == 0);
2a91f72b42616f David Howells 2021-11-11 209 }
2a91f72b42616f David Howells 2021-11-11 210
:::::: The code at line 206 was first introduced by commit
:::::: 2a91f72b42616f244540eca07acd588559335dac fscache: Count data storage objects in a cache
:::::: TO: David Howells <dhowells@redhat.com>
:::::: CC: David Howells <dhowells@redhat.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 8452 bytes --]
reply other threads:[~2021-11-20 4:27 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=202111201209.lMDqVU3I-lkp@intel.com \
--to=lkp@intel.com \
--cc=dhowells@redhat.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®