]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Move bch2_check_dirent_target() to namei.c
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 20 Mar 2025 15:06:50 +0000 (11:06 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:36 +0000 (09:50 -0400)
commit758ea4ff812b4dfd4cef6dba0eb4b0025a7b147e
tree5bca114d954ef732db79e8ec2772d2e7d2f55b20
parent4fcd4de0a659a1b9b151d9f88e6ec67a6c05fba5
bcachefs: Move bch2_check_dirent_target() to namei.c

We're gradually running more and more fsck.c checks at runtime,
whereever applicable; when we do so they get moved out of fsck.c.

Next patch will call bch2_check_dirent_target() from bch2_lookup().

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