kernel/fs/exportfs/expfs.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) Neil Brown 2002 3 4 * Copyright (C) Christoph Hellwig 2007 .. .. @@ -6,7 +7,7 @@ 6 7 * and for mapping back from file handles to dentries. 7 8 * 8 9 * 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.10 11 */ 11 12 #include <linux/exportfs.h> 12 13 #include <linux/fs.h>