On Tue, Apr 21, 2015 at 01:48:24AM -0400, Dan Merillat wrote: > As long as the inode is intact, the file metadata can be restored. > Directory data is restored at the end of search_dir. Errors are > checked and returned, unless ignore_errors is requested. > > Signed-off-by: Dan Merillat <dan.merillat@xxxxxxxxx> Applied, thanks. In future patches, please stick to the coding style used in progs ([1]), I've fixed spacing around "=", comments and moved declarations before the statements. [1] https://www.kernel.org/doc/Documentation/CodingStyle > @@ -1168,10 +1275,12 @@ int cmd_restore(int argc, char **argv) > static const struct option long_options[] = { > { "path-regex", 1, NULL, 256}, > { "dry-run", 0, NULL, 'D'}, > + { "metadata", 0, NULL, 'm'}, > + { "debug-regex", 0, NULL, 257}, This was unused and I've removed it. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
