All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
@ 2021-11-20  4:27 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-11-20  4:27 UTC (permalink / raw)
  To: David Howells; +Cc: kbuild-all, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [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
@ 2021-11-20  4:27 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-11-20  4:27 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2025 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(a)lists.01.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-20  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20  4:27 [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 kernel test robot
2021-11-20  4:27 ` kernel test robot

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.