]> git.neil.brown.name Git - lafs-utils.git/commit
Add 'load_dev' command and matching library functions.
authorNeilBrown <neilb@suse.de>
Fri, 18 Mar 2011 05:24:28 +0000 (16:24 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 18 Mar 2011 05:24:28 +0000 (16:24 +1100)
commit0413659372b3d9d4cf08ec88c3206ba6825a5d3e
tree112883b3ecdf629c1d2ee47d9aedddf8af7d0e0b
parentb14c31b595fd6f499ad4252ac7e2ecb7dfa2b591
Add 'load_dev' command and matching library functions.

These will load the device blocks from a file, then load the
best state block, making sure everything is compatible.

Signed-off-by; NeilBrown <neilb@suse.de>
include/lafs/lafs.h
include/lafs/struct.h
lib/internal.h
lib/lafs_include_dev.c [new file with mode: 0644]
lib/lafs_load.c [new file with mode: 0644]
lib/lafs_write_dev.c
lib/lafs_write_state.c
tools/lafs.c
tools/open_device.c