Zach Brown 20f4e1c338 scoutfs: put magic value in block header
The super block had a magic value that was used to identify that the
block should contain our data structure.  But it was called an 'id'
which was confused with the header fsid in the past.  Also, the btree
blocks aren't using a similar magic value at all.

This moves the magic value in to the header and creates values for the
super block and btree blocks.  Both are written but the btree block
reads don't check the value.

Signed-off-by: Zach Brown <zab@versity.com>
2019-04-12 10:54:07 -07:00
Description
No description provided
8 MiB
Languages
C 87%
Shell 9.3%
Roff 2.5%
TeX 0.8%
Makefile 0.4%