summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorGoldwyn Rodrigues <rgoldwyn@suse.com>2016-12-20 06:08:54 -0600
committerDavid Sterba <dsterba@suse.com>2017-01-25 09:47:19 +0100
commite325c74bb8af9efa150cb16429a94f291209604f (patch)
treed8546595c992ec3cfd39418d11ca670ecc7d903c /ctree.h
parent6ab6f69be3e9eef90d0da12e1362b0dd7c1315eb (diff)
btrfs-progs: check: get the highest inode for lost+found
root->highest_inode is not accurate at the time of creating a lost+found and it fails because the highest_inode+1 is already present. This could be because of fixes after highest_inode is set. Instead, search for the highest inode in the tree and use it for lost+found. This makes root->highest_inode unnecessary and hence deleted. Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Reviewed-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctree.h b/ctree.h
index dd02ef86..0c34ae20 100644
--- a/ctree.h
+++ b/ctree.h
@@ -1177,7 +1177,6 @@ struct btrfs_root {
u32 type;
- u64 highest_inode;
u64 last_inode_alloc;
/*