]> git.sesse.net Git - bcachefs-tools-debian/commit
make-bcache.c: Added support for storing "label" information for the
authorrk <rk@datera.io>
Tue, 3 Jun 2014 17:24:10 +0000 (10:24 -0700)
committerrk <rk@datera.io>
Tue, 3 Jun 2014 17:24:10 +0000 (10:24 -0700)
commit039b45dfe9a1e58726cdc35f1e077b547edf4d35
tree9f676415fcaea9b6668aeee1e0358b0be5674060
parent9115b9a7ba2c1941f53a848eb51c4c222c318715
make-bcache.c:  Added support for storing "label" information for the
                the devices in the super-block.
bcache.h:       Bring version information to the latest kernel version.
bcache-super-show.c: Add setsize for caching devices. This indicates
                     the number of devices in caching set.

Testing done:

1.0  make-bcache with --label option and checking back to see if
     bcache-super-show shows the devices.
2.0  bcache-super-show does not bail if version is 5.
3.0  bcache-super-show shows the correct setsize.

Change-Id: If0f1ec6204b233b34ff4c8a57a8809d2c8dbe3e3
bcache-super-show.c
bcache.h
make-bcache.c