]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: check_path() now only needs to walk up to subvolume root
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 16 Feb 2024 04:59:05 +0000 (23:59 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 14 Mar 2024 01:22:25 +0000 (21:22 -0400)
commit74406f66adc9c432856dca992e706d54c540c30c
tree37c35211bedd6423cee51f256fa87569432304d7
parent663db5a55486017ab6564b7014f0db97432598a0
bcachefs: check_path() now only needs to walk up to subvolume root

Now that checking subvolume structure is a separate pass, the main
check_directory_connectivity() pass only needs to walk up to a given
inode's subvolume root.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fsck.c