summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@oracle.com>2017-10-12 15:24:10 -0500
committerJonathan Corbet <corbet@lwn.net>2017-10-19 12:58:21 -0600
commit718d50ec782caad13e0cc78fa6a76ff2226f3dd3 (patch)
tree13a0e70957373f555868746223894c2b1599302c /Documentation/filesystems
parent4493c1f01b139192e2490457577dccff227987b7 (diff)
Documentation: fix selftests related file refs
Make refs to selftests files valid including: - watchdog-test.c - dnotify_test.c Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/dnotify.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/dnotify.txt b/Documentation/filesystems/dnotify.txt
index 6baf88f46859..15156883d321 100644
--- a/Documentation/filesystems/dnotify.txt
+++ b/Documentation/filesystems/dnotify.txt
@@ -62,7 +62,7 @@ disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
Example
-------
-See Documentation/filesystems/dnotify_test.c for an example.
+See tools/testing/selftests/filesystems/dnotify_test.c for an example.
NOTE
----