diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 23:24:10 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 21:58:21 +0300 |
commit | 718d50ec782caad13e0cc78fa6a76ff2226f3dd3 (patch) | |
tree | 13a0e70957373f555868746223894c2b1599302c /Documentation/filesystems | |
parent | 4493c1f01b139192e2490457577dccff227987b7 (diff) | |
download | linux-718d50ec782caad13e0cc78fa6a76ff2226f3dd3.tar.xz |
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.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 ---- |