diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 22:24:10 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 20:58:21 +0200 |
commit | 718d50ec782caad13e0cc78fa6a76ff2226f3dd3 (patch) | |
tree | 13a0e70957373f555868746223894c2b1599302c /Documentation/filesystems/dnotify.txt | |
parent | Documentation: fix ref to power basic-pm-debugging (diff) | |
download | linux-718d50ec782caad13e0cc78fa6a76ff2226f3dd3.tar.xz linux-718d50ec782caad13e0cc78fa6a76ff2226f3dd3.zip |
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/dnotify.txt')
-rw-r--r-- | Documentation/filesystems/dnotify.txt | 2 |
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 ---- |