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

« back to all changes in this revision

Viewing changes to mkfs.c

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-10-23 22:04:07 UTC
  • mfrom: (1.2.15) (6.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20141023220407-skt9hy0ft4oim95o
Tags: 3.17-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1588
1588
 
1589
1589
        trans = btrfs_start_transaction(root, 1);
1590
1590
 
 
1591
        btrfs_register_one_device(file);
 
1592
 
1591
1593
        if (dev_cnt == 0)
1592
1594
                goto raid_groups;
1593
1595
 
1594
 
        btrfs_register_one_device(file);
1595
 
 
1596
1596
        while (dev_cnt-- > 0) {
1597
1597
                int old_mixed = mixed;
1598
1598