commit 7bfa7b5d8027abad0750cb19efc0c3ff650a2d3d
parent 956192e3229cd13d185e896b34e3476371b4a83c
Author: sin <sin@2f30.org>
Date: Sun, 12 May 2019 10:30:42 +0100
Remove outdated comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bstorage.c b/bstorage.c
@@ -75,7 +75,7 @@ static struct bops bops = {
/* Block header structure */
struct bhdr {
char magic[NBHDRMAGIC]; /* magic number for file(1) */
- uint64_t flags; /* version number, compression/encryption configuration */
+ uint64_t flags; /* version number */
uint64_t nbd; /* number of block descriptors */
};