perf-test(1) ============ NAME ---- perf-test - Runs sanity tests. SYNOPSIS -------- [verse] 'perf test [] [{list |[|]}]' DESCRIPTION ----------- This command does assorted sanity tests, initially through linked routines but also will look for a directory with more tests in the form of scripts. To get a list of available tests use 'perf test list', specifying a test name fragment will show all tests that have it. To run just specific tests, inform test name fragments or the numbers obtained from 'perf test list'. OPTIONS ------- -s:: --skip:: Tests to skip (comma separated numeric list). -v:: --verbose:: Be more verbose. -F:: --dont-fork:: Do not fork child for each test, run all tests within single process.
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
elect>
AgeCommit message (Collapse)AuthorFilesLines
space:
mode:
authorOmar Sandoval <osandov@fb.com>2017-01-25 17:06:38 -0800
committerChris Mason <clm@fb.com>2017-01-26 15:48:55 -0800
commit67ade058ef2c65a3e56878af9c293ec76722a2e5 (patch)
tree908e6b79444f96a49695d916428876c7933d1a7d
parent91298eec05cd8d4e828cf7ee5d4a6334f70cf69a (diff)
Btrfs: remove old tree_root case in btrfs_read_locked_inode()
As Jeff explained in c2951f32d36c ("btrfs: remove old tree_root dirent processing in btrfs_real_readdir()"), supporting this old format is no longer necessary since the Btrfs magic number has been updated since we changed to the current format. There are other places where we still handle this old format, but since this is part of a fix that is going to stable, I'm only removing this one for now. Cc: <stable@vger.kernel.org> # 4.9.x Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: Chris Mason <clm@fb.com>