Loading fs/btrfs/super.c +2 −0 Original line number Diff line number Diff line Loading @@ -360,6 +360,8 @@ static struct dentry *get_default_root(struct super_block *sb, */ dir_id = btrfs_super_root_dir(&root->fs_info->super_copy); di = btrfs_lookup_dir_item(NULL, root, path, dir_id, "default", 7, 0); if (IS_ERR(di)) return ERR_CAST(di); if (!di) { /* * Ok the default dir item isn't there. This is weird since Loading Loading
fs/btrfs/super.c +2 −0 Original line number Diff line number Diff line Loading @@ -360,6 +360,8 @@ static struct dentry *get_default_root(struct super_block *sb, */ dir_id = btrfs_super_root_dir(&root->fs_info->super_copy); di = btrfs_lookup_dir_item(NULL, root, path, dir_id, "default", 7, 0); if (IS_ERR(di)) return ERR_CAST(di); if (!di) { /* * Ok the default dir item isn't there. This is weird since Loading