diff options
author | Amir Goldstein <amir73il@gmail.com> | 2018-05-07 06:57:44 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-05-31 05:06:10 -0400 |
commit | 05af4fe79b8007d0a988e6251adef62976f4f54e (patch) | |
tree | 99d17a83daaf6e7ec4a0dd9599909ddf1acbd093 | |
parent | b04e217704b7f879c6b91222b066983a44a7a09f (diff) |
ovl: update documentation for unionmount-testsuite
David's tree is no longer maintained, so point to my maintained fork.
Add --verify flag to the run example, which enables all latest features
and provides test coverage for constant st_ino/st_dev.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-rw-r--r-- | Documentation/filesystems/overlayfs.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/filesystems/overlayfs.txt b/Documentation/filesystems/overlayfs.txt index 961b287ef323..72615a2c0752 100644 --- a/Documentation/filesystems/overlayfs.txt +++ b/Documentation/filesystems/overlayfs.txt | |||
@@ -429,11 +429,12 @@ This verification may cause significant overhead in some cases. | |||
429 | Testsuite | 429 | Testsuite |
430 | --------- | 430 | --------- |
431 | 431 | ||
432 | There's testsuite developed by David Howells at: | 432 | There's a testsuite originally developed by David Howells and currently |
433 | maintained by Amir Goldstein at: | ||
433 | 434 | ||
434 | git://git.infradead.org/users/dhowells/unionmount-testsuite.git | 435 | https://github.com/amir73il/unionmount-testsuite.git |
435 | 436 | ||
436 | Run as root: | 437 | Run as root: |
437 | 438 | ||
438 | # cd unionmount-testsuite | 439 | # cd unionmount-testsuite |
439 | # ./run --ov | 440 | # ./run --ov --verify |