~ubuntu-branches/debian/jessie/btrfs-tools/jessie

« back to all changes in this revision

Viewing changes to super-recover.c

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-09-21 02:05:14 UTC
  • mfrom: (1.2.13) (6.1.38 sid)
  • Revision ID: package-import@ubuntu.com-20140921020514-kx4b23aw4grvevrc
Tags: 3.16-1
* New upstream release.
* Add asciidoc & xmlto build dependencies.
* Disable test-suites for now, should be run as autopkgtests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
        }
293
293
        init_recover_superblock(&recover);
294
294
 
295
 
        ret = btrfs_scan_fs_devices(fd, dname, &recover.fs_devices, 0, 0);
 
295
        ret = btrfs_scan_fs_devices(fd, dname, &recover.fs_devices, 0, 0, 1);
296
296
        close(fd);
297
297
        if (ret) {
298
298
                ret = 1;