commit | e6faf21f259ccc0601d06d458e33fb742deb1843 | [log] [tgz] |
---|---|---|
author | Alison Chaiken <alison@peloton-tech.com> | Sun Jun 25 16:43:22 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 04 09:56:03 2017 -0400 |
tree | 1807f2455be2db1657acba9af8a4e42b8a73ab7a | |
parent | 52791db74faba880ec2fedc633d2943811955ad5 [diff] |
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h Move MAX_SEARCH_PARTITIONS to part.h so that functions in cmd directory can find it. At the same time, increase the value to 64 since some operating systems use many, and the resources consumed by a larger value are minimal. Changes since v6: none. Signed-off-by: Alison Chaiken <alison@peloton-tech.com>