commit | f157a4aa98a18bd3817a72bea90d48494e2586e7 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jun 13 11:09:42 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 13 11:09:42 2009 -0400 |
tree | 105547639a67296b4ea7acdc35c9e65ee2a85fd8 | |
parent | 8a8a2050c844d9de224ff591e91bda3f77bd6eda [diff] |
ext4: Use a hash of the topdir directory name for the Orlov parent group Instead of using a random number to determine the goal parent grop for the Orlov top directories, use a hash of the directory name. This allows for repeatable results when trying to benchmark filesystem layout algorithms. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>