On Tue, Sep 17, 2013 at 10:21 AM, David Sterba <dsterba@xxxxxxx> wrote: > The command has been moved and we should rename the files accordingly, > so the entry point is now in cmds-rescue.c and the core functionality > in it's own file. > > Return codes of btrfs_recover_chunk_tree have been simplified not to > require a define and another file for defintion. > > CC: Miao Xie <miaox@xxxxxxxxxxxxxx> > Signed-off-by: David Sterba <dsterba@xxxxxxx> > --- > Makefile | 3 +- > chunk-recover.c | 1745 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > cmds-rescue.c | 62 ++ > 3 files changed, 1809 insertions(+), 1 deletion(-) > create mode 100644 chunk-recover.c > I'm not sure if this patch has gone 'final' yet, but since it relocates the code from cmds-chunk.c to chunk-recover.c, the cmds-chunk.c file needs to be deleted. -- 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
