]> git.sesse.net Git - bcachefs-tools-debian/commit
bpos_parse() now handles symbol constants
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 1 Aug 2023 20:57:00 +0000 (16:57 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 1 Aug 2023 20:57:00 +0000 (16:57 -0400)
commit3e39c57c700f0b83d82df1572135d5634a6e8b43
treef9377e77dce32528886542f3ce8327dbb37201f8
parent71ed9f183ba9a2cb4230353b7ae62ac335c53c7c
bpos_parse() now handles symbol constants

We can now parse U32_MAX/U64_MAX, as printed by bch2_bpos_to_text().

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
tools-util.c