All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fscache: fix a reference file name in fscache.h
@ 2022-03-04 10:00 Wan Jiabing
  0 siblings, 0 replies; only message in thread
From: Wan Jiabing @ 2022-03-04 10:00 UTC (permalink / raw)
  To: David Howells, linux-cachefs, linux-kernel; +Cc: kael_w, Wan Jiabing

Fix the following 'make refcheckdocs' warning:
Warning: include/linux/fscache.h references a file that doesn't exist:
Documentation/filesystems/caching/netfs-api.txt

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 include/linux/fscache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/fscache.h b/include/linux/fscache.h
index d2430da8aa67..49aba6c7b12b 100644
--- a/include/linux/fscache.h
+++ b/include/linux/fscache.h
@@ -377,7 +377,7 @@ void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data,
  *
  * Request that the size of an object be changed.
  *
- * See Documentation/filesystems/caching/netfs-api.txt for a complete
+ * See Documentation/filesystems/caching/netfs-api.rst for a complete
  * description.
  */
 static inline
-- 
2.35.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-04 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 10:00 [PATCH] fscache: fix a reference file name in fscache.h Wan Jiabing

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.