|
@@ -2772,12 +2772,10 @@ static void relink_file_extents(struct new_sa_defrag_extent *new)
|
|
struct sa_defrag_extent_backref *backref;
|
|
struct sa_defrag_extent_backref *backref;
|
|
struct sa_defrag_extent_backref *prev = NULL;
|
|
struct sa_defrag_extent_backref *prev = NULL;
|
|
struct inode *inode;
|
|
struct inode *inode;
|
|
- struct btrfs_root *root;
|
|
|
|
struct rb_node *node;
|
|
struct rb_node *node;
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
inode = new->inode;
|
|
inode = new->inode;
|
|
- root = BTRFS_I(inode)->root;
|
|
|
|
|
|
|
|
path = btrfs_alloc_path();
|
|
path = btrfs_alloc_path();
|
|
if (!path)
|
|
if (!path)
|