From: Mauro Carvalho Chehab Date: Wed, 31 Jul 2019 20:27:56 +0000 (-0300) Subject: docs: fs: porting.rst: fix a broken reference to another doc X-Git-Tag: v5.15~5526^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9195c3e8d58a258344a33e0e05359564e8f8e538;p=platform%2Fkernel%2Flinux-starfive.git docs: fs: porting.rst: fix a broken reference to another doc With all those document shifts, references to documents get broken. Fix one such occurrence at porting.rst. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst index 66aa521..f185060 100644 --- a/Documentation/filesystems/porting.rst +++ b/Documentation/filesystems/porting.rst @@ -158,7 +158,7 @@ Callers of notify_change() need ->i_mutex now. New super_block field ``struct export_operations *s_export_op`` for explicit support for exporting, e.g. via NFS. The structure is fully documented at its declaration in include/linux/fs.h, and in -Documentation/filesystems/nfs/Exporting. +Documentation/filesystems/nfs/exporting.rst. Briefly it allows for the definition of decode_fh and encode_fh operations to encode and decode filehandles, and allows the filesystem to use