lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri,  4 Mar 2022 18:00:18 +0800
From:   Wan Jiabing <wanjiabing@...o.com>
To:     David Howells <dhowells@...hat.com>, linux-cachefs@...hat.com,
        linux-kernel@...r.kernel.org
Cc:     kael_w@...com, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] fscache: fix a reference file name in fscache.h

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@...o.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ