Merge tag 'ubi-updates-for-2026.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ubi

UBI updates for 2026.07-rc3

Fix from Peter:
- fs: ubifs: remove dead code
  Fixes: d5888d509c ("fs: ubifs: fix bugs involving symlinks in ubifs_findfile")
  (hs. correct the commit ID)
This commit is contained in:
Tom Rini
2026-05-18 08:57:51 -06:00

View File

@@ -608,9 +608,6 @@ static unsigned long ubifs_findfile(struct super_block *sb, char *filename)
root_inum = inum;
name = next;
}
kfree(buf);
return 0;
}
int ubifs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)