hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/exportfs/expfs.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) Neil Brown 2002
34 * Copyright (C) Christoph Hellwig 2007
....@@ -6,7 +7,7 @@
67 * and for mapping back from file handles to dentries.
78 *
89 * For details on why we do all the strange and hairy things in here
9
- * take a look at Documentation/filesystems/nfs/Exporting.
10
+ * take a look at Documentation/filesystems/nfs/exporting.rst.
1011 */
1112 #include <linux/exportfs.h>
1213 #include <linux/fs.h>