mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
bcachefs-tools: Fix TODO "Show bcachefs version"
Fix TODO "Show bcachefs version" in fusemount. Signed-off-by: Integral <integral@archlinuxcn.org> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
511a714ed3
commit
d4932bf0e3
@ -1222,9 +1222,9 @@ int cmd_fusemount(int argc, char *argv[])
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
if (fuse_opts.show_version) {
|
if (fuse_opts.show_version) {
|
||||||
/* TODO: Show bcachefs version. */
|
|
||||||
printf("FUSE library version %s\n", fuse_pkgversion());
|
printf("FUSE library version %s\n", fuse_pkgversion());
|
||||||
fuse_lowlevel_version();
|
fuse_lowlevel_version();
|
||||||
|
printf("bcachefs version: %s\n", VERSION_STRING);
|
||||||
ret = 0;
|
ret = 0;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user