Re: [PATCH v2 1/1] btrfs-progs: optionally restore metadata

2015-04-23 Thread Dan Merillat
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]

Re: [PATCH v2 1/1] btrfs-progs: optionally restore metadata

2015-04-22 Thread David Sterba
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

[PATCH v2 1/1] btrfs-progs: optionally restore metadata

2015-04-20 Thread Dan Merillat
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.meril...@gmail.com --- Documentation/btrfs-restore.txt | 3 ++