On Wed, Apr 22, 2015 at 12:53 PM, David Sterba <dste...@suse.cz> wrote: > 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
I'll try to clean it up more next time around. >> @@ -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. That's cruft and I thought I removed it from the patch, sorry. Got your symlink code, I'll look at that today. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html