[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202111201209.lMDqVU3I-lkp@intel.com>
Date: Sat, 20 Nov 2021 12:27:17 +0800
From: kernel test robot <lkp@...el.com>
To: David Howells <dhowells@...hat.com>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.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
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@...el.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@...hat.com>
:::::: CC: David Howells <dhowells@...hat.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Download attachment ".config.gz" of type "application/gzip" (8452 bytes)
Powered by blists - more mailing lists