mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
Btrfs: tweak the inode-map and free extent search starts on cold mount
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
e8f05c4508
commit
b1a4d96509
5 changed files with 42 additions and 16 deletions
|
@ -311,7 +311,6 @@ struct btrfs_root *open_ctree(struct super_block *sb)
|
|||
fs_info->extent_root = extent_root;
|
||||
fs_info->inode_root = inode_root;
|
||||
fs_info->last_inode_alloc = 0;
|
||||
fs_info->last_inode_alloc_dirid = 0;
|
||||
fs_info->sb = sb;
|
||||
fs_info->btree_inode = new_inode(sb);
|
||||
fs_info->btree_inode->i_ino = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue