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

« back to all changes in this revision

Viewing changes to inode-map.c

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-10-11 16:54:05 UTC
  • mfrom: (1.2.14) (6.1.39 sid)
  • Revision ID: package-import@ubuntu.com-20141011165405-zvdemnhzw41f2doj
Tags: 3.16.2-1
* New upstream release.
* Drop patches (not needed, or upstremed), but unaligned memory access.
* Update upstream location in uscan, to pull release by kdave.
* Use upstream fsck.btrfs script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        // FIXME -ENOSPC
91
91
found:
92
92
        root->last_inode_alloc = *objectid;
93
 
        btrfs_release_path(path);
94
93
        btrfs_free_path(path);
95
94
        BUG_ON(*objectid < search_start);
96
95
        return 0;
97
96
error:
98
 
        btrfs_release_path(path);
99
97
        btrfs_free_path(path);
100
98
        return ret;
101
99
}