]> git.sesse.net Git - bcachefs-tools-debian/commit
fix init_layout()
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 20 Dec 2021 02:55:09 +0000 (21:55 -0500)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 20 Dec 2021 02:55:09 +0000 (21:55 -0500)
commit6a4f458a4835b37b044927dc7ef44e3b3b5faddd
tree5320189bb7b164aeb37c621e408faaa0989457e6
parentd06f5690fab526c4a4a8a4d55f9c4e675d883be9
fix init_layout()

It was incorrectly failing when we did have enough space for the
superblocks - >= should have been >.  Also, give it a better error
message.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
libbcachefs.c