hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/ceph/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config CEPH_LIB
23 tristate "Ceph core library"
34 depends on INET
....@@ -12,7 +13,7 @@
1213 common functionality to both the Ceph filesystem and
1314 to the rados block device (rbd).
1415
15
- More information at http://ceph.newdream.net/.
16
+ More information at https://ceph.io/.
1617
1718 If unsure, say N.
1819
....@@ -38,6 +39,6 @@
3839 be resolved using the CONFIG_DNS_RESOLVER facility.
3940
4041 For information on how to use CONFIG_DNS_RESOLVER consult
41
- Documentation/networking/dns_resolver.txt
42
+ Documentation/networking/dns_resolver.rst
4243
4344 If unsure, say N.